mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-06 22:25:41 +12:00
Attempt to switch to M1 runners again
This commit is contained in:
parent
4e2c825277
commit
7257f34ff5
3 changed files with 5 additions and 5 deletions
2
.github/workflows/Hydra_Build.yml
vendored
2
.github/workflows/Hydra_Build.yml
vendored
|
@ -55,7 +55,7 @@ jobs:
|
||||||
${{github.workspace}}/docs/libretro/panda3ds_libretro.info
|
${{github.workspace}}/docs/libretro/panda3ds_libretro.info
|
||||||
|
|
||||||
MacOS:
|
MacOS:
|
||||||
runs-on: macos-13
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
4
.github/workflows/MacOS_Build.yml
vendored
4
.github/workflows/MacOS_Build.yml
vendored
|
@ -17,7 +17,7 @@ jobs:
|
||||||
arch: [x86_64, arm64]
|
arch: [x86_64, arm64]
|
||||||
|
|
||||||
name: MacOS-${{ matrix.arch }}
|
name: MacOS-${{ matrix.arch }}
|
||||||
runs-on: macos-13
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -61,7 +61,7 @@ jobs:
|
||||||
MacOS-Universal:
|
MacOS-Universal:
|
||||||
name: MacOS-Universal
|
name: MacOS-Universal
|
||||||
needs: [build]
|
needs: [build]
|
||||||
runs-on: macos-13
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download x86_64
|
- name: Download x86_64
|
||||||
|
|
4
.github/workflows/Qt_Build.yml
vendored
4
.github/workflows/Qt_Build.yml
vendored
|
@ -56,7 +56,7 @@ jobs:
|
||||||
arch: [x86_64, arm64]
|
arch: [x86_64, arm64]
|
||||||
|
|
||||||
name: MacOS-${{ matrix.arch }}
|
name: MacOS-${{ matrix.arch }}
|
||||||
runs-on: macos-13
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
@ -109,7 +109,7 @@ jobs:
|
||||||
MacOS-Universal:
|
MacOS-Universal:
|
||||||
name: MacOS-Universal
|
name: MacOS-Universal
|
||||||
needs: [MacOS]
|
needs: [MacOS]
|
||||||
runs-on: macos-13
|
runs-on: macos-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download x86_64
|
- name: Download x86_64
|
||||||
|
|
Loading…
Add table
Reference in a new issue