Skip to content

Commit

Permalink
ci: Switch all remaining GHA workflows from ubuntu-22.04 to ubuntu-24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
torokati44 committed Sep 28, 2024
1 parent dcfdcf9 commit 877cfec
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release_amo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release_nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_extension_dockerfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 877cfec

Please sign in to comment.