Skip to content

Commit

Permalink
Update macOS images in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
onurulgen committed Jun 12, 2024
1 parent 43c39fa commit 7cfe146
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, macos-latest, windows-2019]
os: [ubuntu-20.04, macos-12, windows-2019]
platform: [cpu, cuda]
include:
- platform: cpu
Expand All @@ -22,7 +22,7 @@ jobs:
use-opencl: "ON"
- os: ubuntu-20.04 # For Ubuntu only
os-name: "Ubuntu"
- os: macos-latest # For macOS only
- os: macos-12 # For macOS only
os-name: "macOS"
use-opencl: "ON"
- sudo: "sudo" # For Ubuntu and macOS
Expand All @@ -35,7 +35,7 @@ jobs:
cxx-compiler: "cl.exe"
- build_type: "Release" # For all platforms
exclude:
- os: macos-latest
- os: macos-12
platform: cuda

steps:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-12, windows-latest]
include:
- sudo: "sudo" # For ubuntu and macos
- sudo: "sudo" # For Ubuntu and macOS
c-compiler: "gcc"
cxx-compiler: "g++"
- os: windows-latest # For windows only
- os: windows-latest # For Windows only
sudo: ""
c-compiler: "cl.exe"
cxx-compiler: "cl.exe"
Expand Down
2 changes: 1 addition & 1 deletion niftyreg_build_version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
423
424

0 comments on commit 7cfe146

Please sign in to comment.