From ca693d6004e778b4bbcc2989b91c6a42f205df66 Mon Sep 17 00:00:00 2001 From: Lars Eggert Date: Fri, 12 Jul 2024 16:09:48 +0300 Subject: [PATCH] 24.04 -> latest --- .github/workflows/actionlint.yml | 3 +-- .github/workflows/check.yml | 4 ++-- .github/workflows/firefox.yml | 4 ++-- .github/workflows/mutants.yml | 2 +- .github/workflows/pr-comment.yml | 2 +- .github/workflows/qns.yml | 8 ++++---- 6 files changed, 11 insertions(+), 12 deletions(-) diff --git a/.github/workflows/actionlint.yml b/.github/workflows/actionlint.yml index eb98f3af74..4aae14e5c4 100644 --- a/.github/workflows/actionlint.yml +++ b/.github/workflows/actionlint.yml @@ -16,7 +16,7 @@ permissions: read-all jobs: actionlint: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest defaults: run: shell: bash @@ -29,4 +29,3 @@ jobs: run: | echo "::add-matcher::.github/actionlint-matcher.json" ${{ steps.get_actionlint.outputs.executable }} -color - diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 2b2366f25c..f6cae3495b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -23,14 +23,14 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, macos-14, windows-latest] + os: [ubuntu-latest, macos-14, windows-latest] # Don't increase beyond what Firefox is currently using: # https://searchfox.org/mozilla-central/search?q=MINIMUM_RUST_VERSION&path=python/mozboot/mozboot/util.py # Keep in sync with Cargo.toml rust-toolchain: [1.76.0, stable, nightly] type: [debug] include: - - os: ubuntu-24.04 + - os: ubuntu-latest rust-toolchain: stable type: release env: diff --git a/.github/workflows/firefox.yml b/.github/workflows/firefox.yml index 962a46558c..777c0a9fbf 100644 --- a/.github/workflows/firefox.yml +++ b/.github/workflows/firefox.yml @@ -18,7 +18,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-24.04, macos-14, windows-latest] + os: [ubuntu-latest, macos-14, windows-latest] type: [debug, release] runs-on: ${{ matrix.os }} defaults: @@ -129,7 +129,7 @@ jobs: name: Comment on PR if: always() needs: firefox - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index cc242d1e7e..f5a08509e0 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -15,7 +15,7 @@ permissions: read-all jobs: mutants: - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml index 97fd48eb19..d294026124 100644 --- a/.github/workflows/pr-comment.yml +++ b/.github/workflows/pr-comment.yml @@ -18,7 +18,7 @@ jobs: comment: permissions: pull-requests: write - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest if: | github.event.workflow_run.event == 'pull_request' && (github.event.workflow_run.conclusion == 'success' || github.event.workflow_run.conclusion == 'failure') diff --git a/.github/workflows/qns.yml b/.github/workflows/qns.yml index a0cd70ccd3..535de02b4c 100644 --- a/.github/workflows/qns.yml +++ b/.github/workflows/qns.yml @@ -26,7 +26,7 @@ env: jobs: docker-image: name: Build Docker image - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest outputs: imageID: ${{ steps.docker_build_and_push.outputs.imageID }} permissions: @@ -83,7 +83,7 @@ jobs: implementations: name: Determine interop pairs needs: docker-image - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest outputs: pairs: ${{ steps.config.outputs.pairs }} implementations: ${{ steps.config.outputs.implementations }} @@ -128,7 +128,7 @@ jobs: fail-fast: false matrix: pair: ${{ fromJson(needs.implementations.outputs.pairs) }} - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8 with: @@ -155,7 +155,7 @@ jobs: report: name: Report results needs: run-qns - runs-on: ubuntu-24.04 + runs-on: ubuntu-latest steps: - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8