Skip to content

Commit

Permalink
Make Github CI use macOS x86_64
Browse files Browse the repository at this point in the history
macOS-latest is now macOS ARM64 and mm3d fails to compile.
  • Loading branch information
zturtleman committed Jul 20, 2024
1 parent 4f94175 commit 4498684
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:
path: ./*.flatpak

macOS:
name: macOS
runs-on: macOS-latest
name: macOS (x86_64)
runs-on: macOS-13
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 4498684

Please sign in to comment.