Skip to content

Commit

Permalink
Update GitHub Actions runner version
Browse files Browse the repository at this point in the history
  • Loading branch information
romanmazeev committed Feb 2, 2025
1 parent 4e4ae22 commit 6c16537
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/Build and test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@ on:
jobs:
build:

runs-on: macos-14
runs-on: macos-15

steps:
- uses: actions/checkout@v3
- name: Select Xcode version
run: sudo xcode-select -s '/Applications/Xcode_16.0.app/Contents/Developer'
- name: Run tests
run: swift test --enable-code-coverage

0 comments on commit 6c16537

Please sign in to comment.