Skip to content

Commit

Permalink
chore(ci): fix macos runners
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
  • Loading branch information
jkowalleck committed Apr 27, 2024
1 parent 0b6987a commit b42d141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
os:
- ubuntu-latest
- windows-latest
- macos-latest
- macos-13 # macos-latest has issues with node14
timeout-minutes: 15
steps:
- name: Checkout
Expand Down

0 comments on commit b42d141

Please sign in to comment.