We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a0890 commit 414a06bCopy full SHA for 414a06b
.github/workflows/ci.yml
@@ -10,12 +10,12 @@ jobs:
10
build:
11
strategy:
12
matrix:
13
- config: ['14']
+ config: ['15']
14
include:
15
- - config: '14'
16
- runner: 'macos-14'
17
- xcode-path: '/Applications/Xcode_15.4.app/Contents/Developer'
18
- upload-name: 'build-logs-macos14'
+ - config: '15'
+ runner: 'macos-15'
+ xcode-path: '/Applications/Xcode_16.4.app/Contents/Developer'
+ upload-name: 'build-logs-macos15'
19
20
name: Build and Test Komet on macOS
21
runs-on: ${{ matrix.runner }}
0 commit comments