Skip to content

Commit 777170a

Browse files
committed
[CI] Use macos-15.
1 parent 1a656ce commit 777170a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
java: [ '17', '21', '24' ]
36-
os: [ 'ubuntu-24.04', 'windows-latest', 'macos-latest' ]
36+
os: [ 'ubuntu-24.04', 'windows-latest', 'macos-15' ]
3737
steps:
3838
- name: Checkout code
3939
uses: actions/checkout@v4
@@ -205,7 +205,7 @@ jobs:
205205
strategy:
206206
fail-fast: false
207207
matrix:
208-
os: [ 'macos-latest' ]
208+
os: [ 'macos-15' ]
209209
env:
210210
CC: clang
211211
CXX: clang++

0 commit comments

Comments
 (0)