Skip to content

Commit

Permalink
Build & test on macOS 14 M1 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sebj authored Jan 31, 2024
1 parent 256096c commit 9b0e731
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ on:

jobs:
Build-and-Test:
runs-on: macos-12
runs-on: macos-14
steps:
- name: Check out repository code
uses: actions/checkout@v4
Expand All @@ -31,4 +31,4 @@ jobs:
run: swift build

- name: Test
run: swift test
run: swift test

0 comments on commit 9b0e731

Please sign in to comment.