Skip to content

Commit

Permalink
ci: swapped macOs version to 13
Browse files Browse the repository at this point in the history
  • Loading branch information
rH4rtinger committed Sep 18, 2024
1 parent 7b31ef5 commit 8003582
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 @@ -14,7 +14,7 @@ jobs:
# No windows runner, because in this extension, we have a lot of tests that need docker in the WSL.
# Sadly, the setup-wsl (https://github.com/Vampire/setup-wsl) and the current windows runners only support WSL 1.
# Therefore, we can not install and start a docker container in the WSL.
os: [macos-latest]
os: [macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8003582

Please sign in to comment.