Skip to content

Commit 7be9fde

Browse files
authored
Merge pull request #1085 from vorth/intel-fix
Fix to Intel build image for Mac desktop
2 parents 1cbc345 + e2aef8a commit 7be9fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/desktop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
arch: [intel, arm64]
2323

2424
# macos-15 is an Intel image, apparently, whereas macos-latest is the latest Arm64
25-
runs-on: ${{ matrix.arch == 'intel' && 'macos-15' || 'macos-latest' }}
25+
runs-on: ${{ matrix.arch == 'intel' && 'macos-15-intel' || 'macos-latest' }}
2626

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

0 commit comments

Comments
 (0)