Skip to content

Commit fe7a22d

Browse files
committed
use macos-13 instead of macos-11
1 parent 4b4b650 commit fe7a22d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/posix.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
os: [ubuntu-latest, macos-11]
21+
os: [ubuntu-latest, macos-13]
2222
PLAT: [i686, x86_64]
2323
INTERFACE64: ['0', '1']
2424
MB_ML_VER: ['2014']
2525
MB_ML_LIBC: ['manylinux']
2626
include:
27-
- os: macos-11
27+
- os: macos-13
2828
PLAT: arm64
2929
INTERFACE64: '1'
30-
- os: macos-11
30+
- os: macos-13
3131
PLAT: arm64
3232
INTERFACE64: '0'
3333
- os: ubuntu-latest
@@ -42,7 +42,7 @@ jobs:
4242
MB_ML_VER: _1_1
4343
exclude:
4444
- PLAT: i686
45-
os: macos-11
45+
os: macos-13
4646
- PLAT: i686
4747
INTERFACE64: '1'
4848
env:

0 commit comments

Comments
 (0)