diff --git a/.github/workflows/builds.yml b/.github/workflows/builds.yml index 0c17e9c1a..5b88386c6 100644 --- a/.github/workflows/builds.yml +++ b/.github/workflows/builds.yml @@ -16,13 +16,17 @@ jobs: os: - name: darwin architecture: x86-64 - host: macos-14-large + host: macos-11 + env: + CC: "clang" + CXX: "clang++" - name: linux architecture: x86-64 host: ubuntu-20.04 name: ${{ matrix.os.name }}-${{ matrix.os.architecture }}-node${{ matrix.node }}-${{ matrix.build_type }} test + if: ${{ ! startsWith(github.ref, 'refs/tags/') }} steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3 @@ -96,7 +100,10 @@ jobs: os: - name: darwin architecture: x86-64 - host: macos-14-large + host: macos-11 + env: + CC: "clang" + CXX: "clang++" - name: linux architecture: x86-64