Skip to content

Commit

Permalink
change back to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
Sawwave committed Dec 9, 2024
1 parent 3e915ef commit b7c6889
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- run: make

check-build-mac:
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- run: git submodule update --init
- run: cmake .
- run: cmake -DCMAKE_C_COMPILER=`which gcc-10` .
- run: make || true

check-legacy-build:
Expand All @@ -35,10 +35,10 @@ jobs:
- run: make -f Makefile_legacy static

check-legacy-build-mac:
runs-on: macos-13
runs-on: macos-12
steps:
- uses: actions/checkout@v1
- run: make -f Makefile_legacy
- run: make -f Makefile_legacy CC=`which gcc-10`
- run: make -f Makefile_legacy static

check-format:
Expand Down

0 comments on commit b7c6889

Please sign in to comment.