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 b6bc3b5 commit ef1e303
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
!rust/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/src
!rust/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/rustc-src
build-macos-13-arm64:
runs-on: [macos-13-arm64]
build-macos-x86:
runs-on: [macos-latest-large]
steps:
- name: Set up git private repo access
run: |
Expand Down Expand Up @@ -87,8 +87,8 @@ jobs:
!rust/build/aarch64-apple-darwin/stage2/lib/rustlib/src
!rust/build/aarch64-apple-darwin/stage2/lib/rustlib/rustc-src
build-macos-13:
runs-on: [macos-13]
build-macos-arm64:
runs-on: [macos-latest-xlarge]
steps:
- name: Set up git private repo access
run: |
Expand Down

0 comments on commit ef1e303

Please sign in to comment.