Skip to content

Commit caba194

Browse files
authored
Use the macos-11 runner (#745)
1 parent b46216a commit caba194

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
jobs:
1313

1414
xcode-project-test:
15-
runs-on: macOS-latest
15+
runs-on: macos-11
1616
strategy:
1717
matrix:
1818
flags: [
@@ -32,7 +32,7 @@ jobs:
3232
${{ matrix.flags }}
3333
3434
pod-lib-lint:
35-
runs-on: macOS-latest
35+
runs-on: macos-11
3636
strategy:
3737
matrix:
3838
flags: [
@@ -50,7 +50,7 @@ jobs:
5050
run: pod lib lint --verbose ${{ matrix.flags }}
5151

5252
spm-build-test:
53-
runs-on: macOS-latest
53+
runs-on: macos-11
5454
steps:
5555
- uses: actions/checkout@v2
5656
- name: Build unit test target

0 commit comments

Comments
 (0)