We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b4b650 commit fe7a22dCopy full SHA for fe7a22d
.github/workflows/posix.yml
@@ -18,16 +18,16 @@ jobs:
18
strategy:
19
fail-fast: false
20
matrix:
21
- os: [ubuntu-latest, macos-11]
+ os: [ubuntu-latest, macos-13]
22
PLAT: [i686, x86_64]
23
INTERFACE64: ['0', '1']
24
MB_ML_VER: ['2014']
25
MB_ML_LIBC: ['manylinux']
26
include:
27
- - os: macos-11
+ - os: macos-13
28
PLAT: arm64
29
INTERFACE64: '1'
30
31
32
INTERFACE64: '0'
33
- os: ubuntu-latest
@@ -42,7 +42,7 @@ jobs:
42
MB_ML_VER: _1_1
43
exclude:
44
- PLAT: i686
45
- os: macos-11
+ os: macos-13
46
47
48
env:
0 commit comments