File tree 3 files changed +7
-7
lines changed
3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11
11
jobs :
12
12
submit-amo :
13
13
name : Submit to addons.mozilla.org
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
16
16
if : github.repository == 'ruffle-rs/ruffle'
17
17
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
create-nightly-release :
13
13
name : Create Nightly Release
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
outputs :
16
16
is_active : ${{ steps.activity.outputs.is_active }}
17
17
date : ${{ steps.current_time_underscores.outputs.formattedTime }}
69
69
matrix :
70
70
include :
71
71
- build_name : linux-x86_64
72
- os : ubuntu-22 .04
72
+ os : ubuntu-24 .04
73
73
74
74
# Mac does two Rust builds to make a universal binary
75
75
- build_name : macos-x86_64
@@ -293,7 +293,7 @@ jobs:
293
293
name : Build AVM2 stub repository
294
294
needs : create-nightly-release
295
295
if : needs.create-nightly-release.outputs.is_active == 'true'
296
- runs-on : ubuntu-22 .04
296
+ runs-on : ubuntu-24 .04
297
297
steps :
298
298
- name : Clone Ruffle repo
299
299
uses : actions/checkout@v4
@@ -315,7 +315,7 @@ jobs:
315
315
name : Build web${{ matrix.demo && ' demo' || '' }}
316
316
needs : create-nightly-release
317
317
if : needs.create-nightly-release.outputs.is_active == 'true'
318
- runs-on : ubuntu-22 .04
318
+ runs-on : ubuntu-24 .04
319
319
permissions :
320
320
actions : read
321
321
attestations : write
@@ -562,7 +562,7 @@ jobs:
562
562
publish-aur-package :
563
563
name : Publish AUR package
564
564
needs : [create-nightly-release, build]
565
- runs-on : ubuntu-22 .04
565
+ runs-on : ubuntu-24 .04
566
566
if : github.repository == 'ruffle-rs/ruffle'
567
567
steps :
568
568
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
test-dockerfile :
13
13
name : Test the Dockerfile
14
- runs-on : ubuntu-22 .04
14
+ runs-on : ubuntu-24 .04
15
15
16
16
steps :
17
17
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments