Skip to content

Commit

Permalink
Switch back to x64 runners for MacOS...
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Dec 8, 2024
1 parent 6a6e4a2 commit 8909e6e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Hydra_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
${{github.workspace}}/docs/libretro/panda3ds_libretro.info
MacOS:
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/MacOS_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
arch: [x86_64, arm64]

name: MacOS-${{ matrix.arch }}
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
MacOS-Universal:
name: MacOS-Universal
needs: [build]
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Download x86_64
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Qt_Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
arch: [x86_64, arm64]

name: MacOS-${{ matrix.arch }}
runs-on: macos-latest
runs-on: macos-13

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
MacOS-Universal:
name: MacOS-Universal
needs: [MacOS]
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Download x86_64
Expand Down

0 comments on commit 8909e6e

Please sign in to comment.