Skip to content

Commit b8d803f

Browse files
committed
CI: Axmol-2.x also requires debian-12+
1 parent c8e8114 commit b8d803f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ run-name: 'build@c++${{ inputs.cxxstd || 20 }}'
2525

2626
jobs:
2727
debian-ogl:
28-
runs-on: debian-11
28+
runs-on: debian-12
2929
steps:
3030
- uses: actions/checkout@v6
3131

docs/DevSetup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
5. Ensure that the C / C++ compiler toolset is installed on your host machine.
2020
- Windows 10+: Visual Studio 2022/2026 with desktop workflow
2121
- macOS Monterey 12.5+: Xcode 14.2+
22-
- Linux(Ubuntu 22.04+, Debian 11+, ArchLinux): GCC (G++)
22+
- Linux(Ubuntu 22.04+, Debian 12+, ArchLinux): GCC (G++)
2323

2424
## Creating a new project
2525

0 commit comments

Comments
 (0)