diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index 7659b18..e9c9940 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -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