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