From b122f3ec426ec1b474bc9b04be172141db10a383 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Zasso?= Date: Thu, 30 May 2024 10:11:56 +0200 Subject: [PATCH] ubuntu-24.04 --- .github/workflows/build-tarball.yml | 8 ++++---- .github/workflows/coverage-linux-without-intl.yml | 6 +++--- .github/workflows/coverage-linux.yml | 6 +++--- .github/workflows/daily.yml | 6 +++--- .github/workflows/test-internet.yml | 6 +++--- .github/workflows/test-linux.yml | 6 +++--- 6 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/build-tarball.yml b/.github/workflows/build-tarball.yml index f14754ed979dcd..8e0dee32b422e8 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 1e0d6618bd96ab..05815a5e29d416 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 c5a8c9c1b5bba1..acf638be05f01c 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 2c12986a1d4bc0..86c8c74abd8f8a 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 b2dd5b64591ab4..ba0568956b21a7 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 4d48eb75e2f85e..678e56a57eb3e5 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: