Skip to content

Commit

Permalink
Merge branch 'update/ci' into 'develop'
Browse files Browse the repository at this point in the history
Upgrading macos to macos-13

See merge request njoy/NDItk!4
  • Loading branch information
whaeck committed Oct 16, 2024
2 parents 7f94c74 + 1aa38e0 commit b511566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ContinuousIntegration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ${{matrix.os}}
strategy:
matrix:
os: [ ubuntu-22.04, macos-12 ]
os: [ ubuntu-22.04, macos-13 ]
cxx: [ clang++, g++-12 ]
build_type: [ Debug, Release ]

Expand Down

0 comments on commit b511566

Please sign in to comment.