Skip to content

Commit

Permalink
Using macos-14 runner on GitHub.
Browse files Browse the repository at this point in the history
  • Loading branch information
macblazer committed Feb 11, 2024
1 parent 6b5266b commit 5a3288d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ on:

jobs:
Test-on-macOS:
runs-on: macos-latest
runs-on: macos-14

steps:
- uses: actions/checkout@v4
- name: Run macOS tests (including integration)
run: swift test

Test-on-all-others:
runs-on: macos-latest
runs-on: macos-14

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5a3288d

Please sign in to comment.