Skip to content

Commit

Permalink
Update macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
raymondjavaxx committed Apr 20, 2024
1 parent bbd018a commit 46c634c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ concurrency:
jobs:
build-macos:
name: Build macOS
runs-on: macos-latest
runs-on: macos-14
steps:
- uses: actions/checkout@v3
- name: Run tests
run: swift test -v
build-other-platforms:
runs-on: macos-latest
runs-on: macos-14
name: Build ${{ matrix.destination.name }}
strategy:
matrix:
Expand Down

0 comments on commit 46c634c

Please sign in to comment.