Skip to content

Commit 877cfec

Browse files
committed
ci: Switch all remaining GHA workflows from ubuntu-22.04 to ubuntu-24.04
1 parent dcfdcf9 commit 877cfec

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.github/workflows/release_amo.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
submit-amo:
1313
name: Submit to addons.mozilla.org
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515

1616
if: github.repository == 'ruffle-rs/ruffle'
1717

.github/workflows/release_nightly.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
create-nightly-release:
1313
name: Create Nightly Release
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515
outputs:
1616
is_active: ${{ steps.activity.outputs.is_active }}
1717
date: ${{ steps.current_time_underscores.outputs.formattedTime }}
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
include:
7171
- build_name: linux-x86_64
72-
os: ubuntu-22.04
72+
os: ubuntu-24.04
7373

7474
# Mac does two Rust builds to make a universal binary
7575
- build_name: macos-x86_64
@@ -293,7 +293,7 @@ jobs:
293293
name: Build AVM2 stub repository
294294
needs: create-nightly-release
295295
if: needs.create-nightly-release.outputs.is_active == 'true'
296-
runs-on: ubuntu-22.04
296+
runs-on: ubuntu-24.04
297297
steps:
298298
- name: Clone Ruffle repo
299299
uses: actions/checkout@v4
@@ -315,7 +315,7 @@ jobs:
315315
name: Build web${{ matrix.demo && ' demo' || '' }}
316316
needs: create-nightly-release
317317
if: needs.create-nightly-release.outputs.is_active == 'true'
318-
runs-on: ubuntu-22.04
318+
runs-on: ubuntu-24.04
319319
permissions:
320320
actions: read
321321
attestations: write
@@ -562,7 +562,7 @@ jobs:
562562
publish-aur-package:
563563
name: Publish AUR package
564564
needs: [create-nightly-release, build]
565-
runs-on: ubuntu-22.04
565+
runs-on: ubuntu-24.04
566566
if: github.repository == 'ruffle-rs/ruffle'
567567
steps:
568568
- uses: actions/checkout@v4

.github/workflows/test_extension_dockerfile.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test-dockerfile:
1313
name: Test the Dockerfile
14-
runs-on: ubuntu-22.04
14+
runs-on: ubuntu-24.04
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)