Skip to content

Commit

Permalink
Update spm-build-test runner to macos-12.
Browse files Browse the repository at this point in the history
  • Loading branch information
brnnmrls committed Sep 17, 2024
1 parent c89ed57 commit fa4c5f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@ 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

0 comments on commit fa4c5f2

Please sign in to comment.