Skip to content

Commit 2d417c7

Browse files
adehadnaufraghi
authored andcommitted
os: macos 14
1 parent 9c725ca commit 2d417c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
just script/unix/ci-test
2626
2727
build-macos:
28-
runs-on: macos-11
28+
runs-on: macos-14
2929
continue-on-error: ${{ endsWith(matrix.python-version, 'dev') }}
3030
strategy:
3131
matrix:

.github/workflows/build_and_upload.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ${{ matrix.os }}
1212
strategy:
1313
matrix:
14-
os: [ubuntu-22.04, windows-2022, macos-11]
14+
os: [ubuntu-22.04, windows-2022, macos-14]
1515
steps:
1616
- uses: actions/checkout@v4
1717
with:

0 commit comments

Comments
 (0)