Skip to content

Commit

Permalink
publish: use GH macOS Apple Silicon action runners
Browse files Browse the repository at this point in the history
- for now, as we temporarily don't have access to local self-hosted runners.

[skip ci]
  • Loading branch information
jqnatividad committed Jul 15, 2024
1 parent 756bfba commit 9fbb4eb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/macOS-arm64-selfhosted-publish-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
publish:
name: Publish for ${{ matrix.job.target }}
needs: analyze-tags
runs-on: self-hosted
# runs-on: self-hosted
runs-on: macos-latest
strategy:
matrix:
rust: [nightly-2024-06-23]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macOS-arm64-selfhosted-publish-qsvpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
publish:
name: Publish for ${{ matrix.job.target }}
needs: analyze-tags
runs-on: self-hosted
# runs-on: self-hosted
runs-on: macos-latest
strategy:
matrix:
rust: [stable]
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/macOS-arm64-selfhosted-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
publish:
name: Publish for ${{ matrix.job.target }}
needs: analyze-tags
runs-on: self-hosted
# runs-on: self-hosted
runs-on: macos-latest
strategy:
matrix:
rust: [stable]
Expand Down

0 comments on commit 9fbb4eb

Please sign in to comment.