Skip to content

Commit

Permalink
Lock down MacOS version. (#765)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@amazon.com>
  • Loading branch information
dblock committed May 6, 2024
1 parent e93977a commit 9f2992f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
strategy:
matrix:
node-version: [10.x, 12.x, 14.x, 16.x, 18.x]
os: [ubuntu-latest, windows-latest, macOS-latest]
os: [ubuntu-latest, windows-latest, macOS-13]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 9f2992f

Please sign in to comment.