Skip to content

Commit

Permalink
ci: Add comment about switching macOS to M1 on GHA later
Browse files Browse the repository at this point in the history
  • Loading branch information
real-or-random committed Aug 17, 2023
1 parent 4a24fae commit c2f6435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
macos-native:
name: "x86_64: macOS Ventura"
# See: https://github.com/actions/runner-images#available-images.
runs-on: macos-13
runs-on: macos-13 # Use M1 once available https://github.com/github/roadmap/issues/528

env:
ASM: 'no'
Expand Down

0 comments on commit c2f6435

Please sign in to comment.