Skip to content

Commit 330c9b9

Browse files
authored
chore: fix release flow (foundry-rs#9869)
fix release flow
1 parent 04937cd commit 330c9b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
svm_target_platform: linux-aarch64
100100
platform: linux
101101
arch: arm64
102-
- runner: macos-12-large
102+
- runner: macos-latest-large
103103
target: x86_64-apple-darwin
104104
svm_target_platform: macosx-amd64
105105
platform: darwin
@@ -278,7 +278,7 @@ jobs:
278278
issue:
279279
name: Open an issue
280280
runs-on: ubuntu-latest
281-
needs: [prepare, release-docker, release, cleanup]
281+
needs: [ prepare, release-docker, release, cleanup ]
282282
if: failure()
283283
steps:
284284
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)