Skip to content

Commit

Permalink
ci: use hosted macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Oct 14, 2024
1 parent 56db934 commit 4a4a157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
build:
strategy:
matrix:
os: [[ubuntu-latest], [self-hosted, macOS, ARM64], [self-hosted, Linux, ARM64]]
os: [[ubuntu-latest], [macos-latest], [self-hosted, Linux, ARM64]]
runs-on: ${{ matrix.os }}
outputs:
x86_64-linux: ${{ steps.agent.outputs.x86_64-linux }}
Expand Down

0 comments on commit 4a4a157

Please sign in to comment.