Skip to content

Commit

Permalink
workflows: Use macOS x86 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Royna2544 committed Nov 17, 2024
1 parent afa43d7 commit 8875c35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/macos_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
build:
runs-on: macos-latest
runs-on: macos-13

steps:
- name: Checkout code
Expand All @@ -25,8 +25,8 @@ jobs:
- name: Compile with Apple GCC
env:
CC: /opt/homebrew/bin/gcc-14
CXX: /opt/homebrew/bin/g++-14
CC: /usr/local/opt/gcc/bin/gcc-14
CXX: /usr/local/opt/gcc/bin/g++-14
run: |
mkdir build
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=Release .
Expand Down

0 comments on commit 8875c35

Please sign in to comment.