diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index f14754ed979dcd4..8e0dee32b422e8f 100644 --- a/.github/workflows/build-tarball.yml +++ b/.github/workflows/build-tarball.yml @@ -30,8 +30,8 @@ concurrency: env: PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying - CC: clang-15 - CXX: clang++-15 + CC: clang + CXX: clang++ permissions: contents: read @@ -39,7 +39,7 @@ permissions: jobs: build-tarball: if: github.event.pull_request.draft == false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: @@ -65,7 +65,7 @@ jobs: path: tarballs test-tarball-linux: needs: build-tarball - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: diff --git a/.github/workflows/coverage-linux-without-intl.yml b/.github/workflows/coverage-linux-without-intl.yml index 1e0d6618bd96ab8..05815a5e29d4160 100644 --- a/.github/workflows/coverage-linux-without-intl.yml +++ b/.github/workflows/coverage-linux-without-intl.yml @@ -32,8 +32,8 @@ concurrency: env: PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying - CC: clang-15 - CXX: clang++-15 + CC: clang + CXX: clang++ permissions: contents: read @@ -41,7 +41,7 @@ permissions: jobs: coverage-linux-without-intl: if: github.event.pull_request.draft == false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: diff --git a/.github/workflows/coverage-linux.yml b/.github/workflows/coverage-linux.yml index c5a8c9c1b5bba1e..acf638be05f01cd 100644 --- a/.github/workflows/coverage-linux.yml +++ b/.github/workflows/coverage-linux.yml @@ -32,8 +32,8 @@ concurrency: env: PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying - CC: clang-15 - CXX: clang++-15 + CC: clang + CXX: clang++ permissions: contents: read @@ -41,7 +41,7 @@ permissions: jobs: coverage-linux: if: github.event.pull_request.draft == false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 2c12986a1d4bc04..86c8c74abd8f8aa 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -7,15 +7,15 @@ on: env: NODE_VERSION: lts/* - CC: clang-15 - CXX: clang++-15 + CC: clang + CXX: clang++ permissions: contents: read jobs: build-lto: - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: diff --git a/.github/workflows/test-internet.yml b/.github/workflows/test-internet.yml index b2dd5b64591ab44..ba0568956b21a73 100644 --- a/.github/workflows/test-internet.yml +++ b/.github/workflows/test-internet.yml @@ -31,8 +31,8 @@ concurrency: env: PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying - CC: clang-15 - CXX: clang++-15 + CC: clang + CXX: clang++ permissions: contents: read @@ -40,7 +40,7 @@ permissions: jobs: test-internet: if: github.repository == 'nodejs/node' || github.event_name != 'schedule' - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 4d48eb75e2f85e1..678e56a57eb3e5c 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -25,8 +25,8 @@ concurrency: env: PYTHON_VERSION: '3.12' FLAKY_TESTS: keep_retrying - CC: sccache clang-15 - CXX: sccache clang++-15 + CC: sccache clang + CXX: sccache clang++ SCCACHE_GHA_ENABLED: 'true' permissions: @@ -35,7 +35,7 @@ permissions: jobs: test-linux: if: github.event.pull_request.draft == false - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4 with: