Skip to content

Commit

Permalink
use macos-13 instead of macos-11
Browse files Browse the repository at this point in the history
  • Loading branch information
mattip committed Jul 21, 2024
1 parent 4b4b650 commit fe7a22d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/posix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-11]
os: [ubuntu-latest, macos-13]
PLAT: [i686, x86_64]
INTERFACE64: ['0', '1']
MB_ML_VER: ['2014']
MB_ML_LIBC: ['manylinux']
include:
- os: macos-11
- os: macos-13
PLAT: arm64
INTERFACE64: '1'
- os: macos-11
- os: macos-13
PLAT: arm64
INTERFACE64: '0'
- os: ubuntu-latest
Expand All @@ -42,7 +42,7 @@ jobs:
MB_ML_VER: _1_1
exclude:
- PLAT: i686
os: macos-11
os: macos-13
- PLAT: i686
INTERFACE64: '1'
env:
Expand Down

0 comments on commit fe7a22d

Please sign in to comment.