Try building with macos-13.

This commit is contained in:
David Given
2024-09-11 21:37:22 +02:00
parent 1baaa4402d
commit 0e83b2e7df

View File

@@ -25,7 +25,7 @@ jobs:
run: CXXFLAGS="-Wp,-D_GLIBCXX_ASSERTIONS" make -j`nproc` -C fluxengine
build-macos-current:
runs-on: macos-latest
runs-on: macos-13
steps:
- uses: actions/checkout@v4
with: