Skip to content

Commit

Permalink
Make Github CI use macOS x86_64
Browse files Browse the repository at this point in the history
Github changed it to default to macOS ARM64.
  • Loading branch information
zturtleman committed Jul 20, 2024
1 parent 4f94175 commit fdb9bf1
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-latest-large
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit fdb9bf1

Please sign in to comment.