Skip to content

Commit

Permalink
ci: use macos-12 to build X86, since latest was switched to M1
Browse files Browse the repository at this point in the history
  • Loading branch information
georgik committed May 3, 2024
1 parent 892c837 commit 5e3c1c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-x86_64-apple-darwin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest]
#os: [macos-x86_64-self-hosted]
os: [macos-12]
# os: [macos-x86_64-self-hosted]
include:
- os: macos-latest
- os: macos-12
ASSET_PATH: "build/dist/rust-nightly-x86_64-apple-darwin.tar.xz"
ASSET_NAME: "rust-${{ github.event.inputs.release_version }}-x86_64-apple-darwin.tar.xz"
ASSET_CONTENT_TYPE: "application/x-tar"
Expand Down

0 comments on commit 5e3c1c9

Please sign in to comment.