Skip to content

Commit

Permalink
Try specifying macOS runner explicitly
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanZim committed Jan 10, 2025
1 parent 89a1ae8 commit ed11fe2
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 @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
node: [14.x, 16.x, 18.x, 19.x]
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-14, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit ed11fe2

Please sign in to comment.