Skip to content

Commit

Permalink
Upgrade macOS CI runners
Browse files Browse the repository at this point in the history
This commit upgrades the macOS CI runners from v11 to v14.

GitHub has discontinued v11, so our CI was failing before this commit.
  • Loading branch information
chinedufn committed Aug 1, 2024
1 parent 37ac2c2 commit 024a400
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
-p swift-integration-tests
swift-package-test:
runs-on: macOS-11
runs-on: macos-14
timeout-minutes: 30

steps:
Expand All @@ -51,7 +51,7 @@ jobs:
run: ./test-swift-packages.sh

integration-test:
runs-on: macOS-11
runs-on: macos-14
timeout-minutes: 30

steps:
Expand All @@ -68,7 +68,7 @@ jobs:
run: ./test-swift-rust-integration.sh

build-examples:
runs-on: macOS-11
runs-on: macos-14
timeout-minutes: 15

steps:
Expand Down

0 comments on commit 024a400

Please sign in to comment.