Skip to content

Commit

Permalink
workflows: ubuntu-24.04 > ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Cpasjuste committed Apr 19, 2024
1 parent 6b51401 commit 6943c6d
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.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-24.04
runs-on: ubuntu-22.04
container: devkitpro/devkita64:latest
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vita-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:

build-vita-dev:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

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

build-vita-release:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 6943c6d

Please sign in to comment.