Skip to content

Commit

Permalink
Update runs-on in build-mac.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ProfFan committed Feb 15, 2024
1 parent 1d75a51 commit ceb8a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
strategy:
matrix:
runs-on: [macos-12-large, macos-13-xlarge]
runs-on: []
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout code
Expand Down

0 comments on commit ceb8a39

Please sign in to comment.