Skip to content

Commit

Permalink
use github hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
jtguibas committed Jan 24, 2024
1 parent ef1e303 commit 02e7a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
!rust/build/x86_64-apple-darwin/stage2/lib/rustlib/rustc-src
release:
needs: [build-ubuntu, build-macos-13, build-macos-13-arm64]
needs: [build-ubuntu, build-macos-x86, build-macos-13-arm64]
runs-on: ubuntu-latest
permissions:
contents: write
Expand Down

0 comments on commit 02e7a61

Please sign in to comment.