mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-19 20:19:13 +12:00
Change ubuntu-latest to Ubuntu 24.04 because Microsoft screwed up their CI again
This commit is contained in:
parent
cc2825e436
commit
a681977c52
6 changed files with 8 additions and 8 deletions
4
.github/workflows/Hydra_Build.yml
vendored
4
.github/workflows/Hydra_Build.yml
vendored
|
@ -98,7 +98,7 @@ jobs:
|
|||
${{github.workspace}}/docs/libretro/panda3ds_libretro.info
|
||||
|
||||
Linux:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
@ -151,7 +151,7 @@ jobs:
|
|||
${{github.workspace}}/docs/libretro/panda3ds_libretro.info
|
||||
|
||||
Android-x64:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: ubuntu-24.04
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue