Skip to content

Commit 3f006cc

Browse files
author
chris
committed
Update Github action build environment to macos-13
1 parent 5df8ec9 commit 3f006cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_xplat.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [macos-12, ubuntu-20.04, windows-2022]
18+
os: [macos-13, ubuntu-20.04, windows-2022]
1919
steps:
2020
- name: checkout repo
2121
uses: actions/checkout@v2
@@ -26,7 +26,7 @@ jobs:
2626
flavor: full
2727

2828
- name: Set CFLAGS for macOS compatibility
29-
if: ${{ matrix.os == 'macos-12' }}
29+
if: ${{ matrix.os == 'macos-13' }}
3030
run: |
3131
echo "CFLAGS=-mmacosx-version-min=10.13" >> $GITHUB_ENV
3232
echo "MACOSX_DEPLOYMENT_TARGET=10.13" >> $GITHUB_ENV

0 commit comments

Comments
 (0)