Skip to content

Commit

Permalink
Use the macos-12 runner. (#879)
Browse files Browse the repository at this point in the history
  • Loading branch information
brnnmrls authored Oct 21, 2024
1 parent c89ed57 commit d4cbdfa
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,14 @@ jobs:
run: pod lib lint --verbose ${{ matrix.flags }}

spm-build-test:
runs-on: macos-11
runs-on: macos-12
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Build unit test target
run: swift build
- name: Run unit test target
run: swift test --enable-code-coverage
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
uses: codecov/codecov-action@v3
with:
version: v0.7.3

0 comments on commit d4cbdfa

Please sign in to comment.