Skip to content

Commit

Permalink
#EDITS: testing fix on OSX workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akielaries committed May 12, 2024
1 parent 4d199fe commit b44cf22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
os: [ macos-latest ]
architecture: [ x86 , x64 ]
architecture: [ x86 ]
defaults:
run:
shell: bash -l {0}
Expand All @@ -37,7 +37,7 @@ jobs:
- name: Configure CMake (GCC)
run: |
cmake -DCMAKE_C_COMPILER=/usr/local/bin/gcc-13 -DCMAKE_CXX_COMPILER=/usr/local/bin/g++-13 -DCMAKE_Fortran_COMPILER=/usr/local/bin/gfortran -B ${{github.workspace}}/build -DBUILD_TESTS=ON -DCMAKE_VERBOSE_MAKEFILE=ON
cmake -DCMAKE_C_COMPILER=/usr/bin/gcc -DCMAKE_CXX_COMPILER=/opt/homebrew/bin/g++-13 -DCMAKE_Fortran_COMPILER=/opt/homebrew/bin/gfortran -B ${{github.workspace}}/build -DBUILD_TESTS=ON -DCMAKE_VERBOSE_MAKEFILE=ON
- name: Build (GCC)
run: |
Expand Down

0 comments on commit b44cf22

Please sign in to comment.