Skip to content

Commit bc86959

Browse files
authored
Update macOS version in desktop build
1 parent ed9b9dd commit bc86959

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/desktop.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
matrix:
2222
arch: [intel, arm64]
2323

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' }}
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' }}
2626

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

0 commit comments

Comments
 (0)