We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04937cd commit 330c9b9Copy full SHA for 330c9b9
.github/workflows/release.yml
@@ -99,7 +99,7 @@ jobs:
99
svm_target_platform: linux-aarch64
100
platform: linux
101
arch: arm64
102
- - runner: macos-12-large
+ - runner: macos-latest-large
103
target: x86_64-apple-darwin
104
svm_target_platform: macosx-amd64
105
platform: darwin
@@ -278,7 +278,7 @@ jobs:
278
issue:
279
name: Open an issue
280
runs-on: ubuntu-latest
281
- needs: [prepare, release-docker, release, cleanup]
+ needs: [ prepare, release-docker, release, cleanup ]
282
if: failure()
283
steps:
284
- uses: actions/checkout@v4
0 commit comments