Skip to content

Commit

Permalink
Switch Mac runners to M1 (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Dec 8, 2024
1 parent 4af4780 commit d2f2022
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-13
runs-on: macos-latest

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-13
runs-on: macos-latest

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

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-13
runs-on: macos-latest

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

steps:
- name: Download x86_64
Expand Down

0 comments on commit d2f2022

Please sign in to comment.