Skip to content

Commit

Permalink
GHA MacOS jobs tweaks (#1489)
Browse files Browse the repository at this point in the history
* [GHA] remove explicit version for gcc from MacOS job

just using the latest one I guess
  • Loading branch information
KrisThielemans authored Aug 19, 2024
1 parent 209cbb6 commit e03fbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
ITK: "ON"
- os: macOS-latest
compiler: gcc
compiler_version: 11
# compiler_version: 11
cuda_version: "0"
BUILD_FLAGS: "-DSTIR_OPENMP=OFF"
parallelproj: "OFF"
Expand Down

0 comments on commit e03fbd0

Please sign in to comment.