Skip to content

Commit

Permalink
ci: use macOS Sonoma M1 runners
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Feb 4, 2024
1 parent fdcdad4 commit c1b2a6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Expand Up @@ -94,7 +94,7 @@ jobs:
# Test with Ubuntu, macOS, and Windows
os:
- ubuntu-latest
- macos-latest
- macos-14 # macOS Sonoma M1 runners
- windows-latest
name: Node.js v${{ matrix.node }} on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit c1b2a6a

Please sign in to comment.