diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 123cc9a..28c33b7 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -18,7 +18,7 @@ jobs: matrix: node_version: [18, 19, 20] system: - - os: macos-13 + - os: macos-11 target: x86_64-apple-darwin - os: ubuntu-22.04 target: x86_64-unknown-linux-gnu @@ -34,7 +34,7 @@ jobs: target: x86_64-unknown-linux-gnu - node_version: 17 system: - os: macos-12 + os: macos-11 target: x86_64-apple-darwin runs-on: ${{ matrix.system.os }} steps: