Skip to content

Commit d4cbdfa

Browse files
authored
Use the macos-12 runner. (#879)
1 parent c89ed57 commit d4cbdfa

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,14 @@ jobs:
5050
run: pod lib lint --verbose ${{ matrix.flags }}
5151

5252
spm-build-test:
53-
runs-on: macos-11
53+
runs-on: macos-12
5454
steps:
55-
- uses: actions/checkout@v2
55+
- uses: actions/checkout@v3
5656
- name: Build unit test target
5757
run: swift build
5858
- name: Run unit test target
5959
run: swift test --enable-code-coverage
6060
- name: Upload coverage to Codecov
61-
uses: codecov/codecov-action@v2
61+
uses: codecov/codecov-action@v3
62+
with:
63+
version: v0.7.3

0 commit comments

Comments
 (0)