Skip to content

Commit

Permalink
fix(javascript): fix macos javascript ci failure (apache#1567)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang authored Apr 24, 2024
1 parent e469b1a commit d3a7876
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 @@ -136,7 +136,7 @@ jobs:
strategy:
matrix:
node-version: [14.x, 16.x, 18.x, 20.x]
os: [ubuntu-latest, macos-latest, windows-2022]
os: [ubuntu-latest, macos-13, windows-2022]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit d3a7876

Please sign in to comment.