We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1cbc345 + e2aef8a commit 7be9fdeCopy full SHA for 7be9fde
.github/workflows/desktop.yml
@@ -22,7 +22,7 @@ jobs:
22
arch: [intel, arm64]
23
24
# macos-15 is an Intel image, apparently, whereas macos-latest is the latest Arm64
25
- runs-on: ${{ matrix.arch == 'intel' && 'macos-15' || 'macos-latest' }}
+ runs-on: ${{ matrix.arch == 'intel' && 'macos-15-intel' || 'macos-latest' }}
26
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
steps:
0 commit comments