Skip to content

Commit

Permalink
workflow: bump ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste committed Apr 18, 2024
1 parent 3302acb commit d4c8543
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/3ds-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

build-3ds-dev:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container: devkitpro/devkitarm:latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/3ds-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build-3ds-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container: devkitpro/devkitarm:latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

build-linux-dev:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build-linux-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ps4-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

build-ps4-dev:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ps4-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build-ps4-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/switch-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

build-switch-dev:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container: devkitpro/devkita64:latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/switch-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:

build-switch-release:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
container: devkitpro/devkita64:latest
defaults:
run:
Expand Down

0 comments on commit d4c8543

Please sign in to comment.