From e30e24fe93effc1f7a27488183aceccda9523b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Fri, 27 Sep 2024 16:14:07 +0200 Subject: [PATCH] ci: Switch all remaining GHA workflows from ubuntu-22.04 to ubuntu-24.04 --- .github/workflows/release_amo.yml | 2 +- .github/workflows/release_nightly.yml | 10 +++++----- .github/workflows/test_extension_dockerfile.yml | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/release_amo.yml b/.github/workflows/release_amo.yml index 657e50a419cd..7dc743eb3611 100644 --- a/.github/workflows/release_amo.yml +++ b/.github/workflows/release_amo.yml @@ -11,7 +11,7 @@ on: jobs: submit-amo: name: Submit to addons.mozilla.org - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository == 'ruffle-rs/ruffle' diff --git a/.github/workflows/release_nightly.yml b/.github/workflows/release_nightly.yml index 80bbc3775788..40461620606f 100644 --- a/.github/workflows/release_nightly.yml +++ b/.github/workflows/release_nightly.yml @@ -11,7 +11,7 @@ on: jobs: create-nightly-release: name: Create Nightly Release - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 outputs: is_active: ${{ steps.activity.outputs.is_active }} date: ${{ steps.current_time_underscores.outputs.formattedTime }} @@ -69,7 +69,7 @@ jobs: matrix: include: - build_name: linux-x86_64 - os: ubuntu-22.04 + os: ubuntu-24.04 # Mac does two Rust builds to make a universal binary - build_name: macos-x86_64 @@ -293,7 +293,7 @@ jobs: name: Build AVM2 stub repository needs: create-nightly-release if: needs.create-nightly-release.outputs.is_active == 'true' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - name: Clone Ruffle repo uses: actions/checkout@v4 @@ -315,7 +315,7 @@ jobs: name: Build web${{ matrix.demo && ' demo' || '' }} needs: create-nightly-release if: needs.create-nightly-release.outputs.is_active == 'true' - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 permissions: actions: read attestations: write @@ -562,7 +562,7 @@ jobs: publish-aur-package: name: Publish AUR package needs: [create-nightly-release, build] - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 if: github.repository == 'ruffle-rs/ruffle' steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/test_extension_dockerfile.yml b/.github/workflows/test_extension_dockerfile.yml index c0c5163e1bc7..817d95e34df9 100644 --- a/.github/workflows/test_extension_dockerfile.yml +++ b/.github/workflows/test_extension_dockerfile.yml @@ -11,7 +11,7 @@ on: jobs: test-dockerfile: name: Test the Dockerfile - runs-on: ubuntu-22.04 + runs-on: ubuntu-24.04 steps: - uses: actions/checkout@v4