Skip to content

Commit 1518610

Browse files
Updated cocoapods.yml
Updated workflow to use macOS 11+ for running watchOS unit tests
1 parent d7ddf34 commit 1518610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cocoapods.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: [push, workflow_dispatch]
44
jobs:
55
lint:
66
name: Lint
7-
runs-on: macOS-latest
7+
runs-on: macOS-11
88
steps:
99
- name: Checkout Code
1010
uses: actions/checkout@v2

0 commit comments

Comments
 (0)