Skip to content

Commit

Permalink
Upgrade macOS CI runners (#285)
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 authored Aug 1, 2024
1 parent 37ac2c2 commit d3d2da4
Show file tree
Hide file tree
Showing 3 changed files with 8 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
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@
inputPaths = (
);
outputFileListPaths = (
"$(SRCROOT)/rust-output-files.xcfilelist",
);
outputPaths = (
);
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Informs XCode about the files that are generated by the `./xcode-build-rust.sh` script

$SRCROOT/Generated/SwiftBridgeCore.swift
$SRCROOT/Generated/codegen-visualizer/codegen-visualizer.swift

0 comments on commit d3d2da4

Please sign in to comment.