Skip to content

Commit

Permalink
Bump MacOS versions in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JCGoran committed Oct 1, 2024
1 parent 95cc05b commit 307fd65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/neuron-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

strategy:
matrix:
os: [ macOS-12, ubuntu-20.04]
os: [macOS-13, ubuntu-20.04]
config:
- { matrix_eval : "CC=gcc-9 CXX=g++-9", build_mode: "setuptools"}
- { matrix_eval : "CC=gcc-10 CXX=g++-10", build_mode: "cmake", music: ON}
Expand Down
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ stages:
- job: 'MacOSWheels'
timeoutInMinutes: 60
pool:
vmImage: 'macOS-12'
vmImage: 'macOS-13'
strategy:
matrix:
Python38:
Expand Down

0 comments on commit 307fd65

Please sign in to comment.