Skip to content

Commit

Permalink
Use MacOS x64 runner for GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
jander-msft committed Dec 20, 2024
1 parent a8808d0 commit 7eafb72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Note OSX isn't officially supported yet, but might be in the future.
# The build here will help ensure no changes are introduced that
# would make it difficult.
os: [ macos-latest ]
os: [ macos-latest-large ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 7eafb72

Please sign in to comment.