Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
matrix:
compiler: [gcc, clang]
config: [Release, Debug]
image: [ubuntu-22.04]
image: [ubuntu-22.04, ubuntu-24.04]

runs-on: ${{ matrix.image }}

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ jobs:
fail-fast: false
matrix:
config: [Release, Debug]
# Don't build with macos-14 yet, newton dynamics 3.14 can't handle it.
image: [macos-12, macos-13]
image: [macos-14, macos-15, macos-26]

runs-on: ${{ matrix.image }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# compiler: [msvc, clangcl, mingw, clang]
compiler: [msvc]
config: [Release, Debug]
image: [windows-2019, windows-2022]
image: [windows-2022, windows-2025]

runs-on: ${{ matrix.image }}

Expand Down
2 changes: 1 addition & 1 deletion 3rdparty/corrade
Submodule corrade updated 550 files
2 changes: 1 addition & 1 deletion 3rdparty/magnum
Submodule magnum updated 1515 files
2 changes: 1 addition & 1 deletion 3rdparty/magnum-plugins
Submodule magnum-plugins updated 607 files
Loading