Skip to content

Commit

Permalink
Update Github action build environment to macos-13
Browse files Browse the repository at this point in the history
  • Loading branch information
chris committed Jan 7, 2025
1 parent 5df8ec9 commit 3f006cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_xplat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-12, ubuntu-20.04, windows-2022]
os: [macos-13, ubuntu-20.04, windows-2022]
steps:
- name: checkout repo
uses: actions/checkout@v2
Expand All @@ -26,7 +26,7 @@ jobs:
flavor: full

- name: Set CFLAGS for macOS compatibility
if: ${{ matrix.os == 'macos-12' }}
if: ${{ matrix.os == 'macos-13' }}
run: |
echo "CFLAGS=-mmacosx-version-min=10.13" >> $GITHUB_ENV
echo "MACOSX_DEPLOYMENT_TARGET=10.13" >> $GITHUB_ENV
Expand Down

0 comments on commit 3f006cc

Please sign in to comment.