Skip to content

Commit

Permalink
Try to run on newer version of MacOS for Healpy compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
JBorrow committed Nov 8, 2024
1 parent 207c692 commit 602d8dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:

test-macos:
name: "Run tests on MacOS"
runs-on: macos-12
runs-on: macos-15
env:
#LDFLAGS: "-ld64" # For MacOS 13 and above (XCode CLT 15 and above.)
CC: gcc-12
CXX: gcc-12
FC: gfortran-12
CC: gcc-14
CXX: gcc-14
FC: gfortran-14
DUCC0_NUM_THREADS: 2

steps:
Expand Down

0 comments on commit 602d8dd

Please sign in to comment.