Skip to content

Commit

Permalink
Merge pull request #948 from vorth/fix-intel-build
Browse files Browse the repository at this point in the history
Attempt to fix intel build
  • Loading branch information
vorth authored Jan 6, 2025
2 parents dc839b4 + 2b313f0 commit be73fe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ jobs:
matrix:
arch: [intel, arm64]

# macos-12 is an Intel image, apparently, whereas macos-latest is Arm64
runs-on: ${{ matrix.arch == 'intel' && 'macos-12' || 'macos-latest' }}
runs-on: 'macos-latest'

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit be73fe1

Please sign in to comment.