Skip to content

Commit

Permalink
Switch Mac runnerrs to M1
Browse files Browse the repository at this point in the history
  • Loading branch information
wheremyfoodat authored Dec 8, 2024
1 parent 4af4780 commit 8f5face
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 8f5face

Please sign in to comment.