Skip to content

Commit

Permalink
Update os versions
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomago committed Nov 26, 2024
1 parent 2a604e7 commit 14e51ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-scripts-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-22.04, ubuntu-20.04]
os: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04]
cmp: [gcc, clang]
configuration: [default, static, debug, static-debug]
steps:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-12, macos-11]
os: [macos-14, macos-13, macos-12]
cmp: [clang]
configuration: [default, debug]
steps:
Expand Down

0 comments on commit 14e51ed

Please sign in to comment.