From 8003582045b3e74346fd33b8a0f8eb08115ccabb Mon Sep 17 00:00:00 2001 From: Ramona Hartinger Date: Wed, 18 Sep 2024 07:02:12 +0200 Subject: [PATCH] ci: swapped macOs version to 13 --- .github/workflows/nodejs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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