Skip to content

Commit c0664e8

Browse files
authored
fix: pin to macos-13-large for release flow to support old SDK versions (foundry-rs#9870)
1 parent 330c9b9 commit c0664e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ jobs:
9999
svm_target_platform: linux-aarch64
100100
platform: linux
101101
arch: arm64
102-
- runner: macos-latest-large
102+
# This is pinned to `macos-13-large` to support old SDK versions.
103+
# If the runner is deprecated it should be pinned to the oldest available version of the runner.
104+
- runner: macos-13-large
103105
target: x86_64-apple-darwin
104106
svm_target_platform: macosx-amd64
105107
platform: darwin

0 commit comments

Comments
 (0)