Skip to content

Commit 330dfd2

Browse files
authored
pin runner to macos-15 in build-test workflow
1 parent abed0d4 commit 330dfd2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [windows-2022, macos-latest, ubuntu-latest]
24+
os: [windows-2022, macos-15, ubuntu-latest]
2525
compiler: ['clang', 'gcc', 'msvc']
2626
exclude:
2727
- os: ubuntu-latest
2828
compiler: 'msvc'
29-
- os: macos-latest
29+
- os: macos-15
3030
compiler: 'gcc'
31-
- os: macos-latest
31+
- os: macos-15
3232
compiler: 'msvc'
3333
steps:
3434
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)