We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e8114 commit b8d803fCopy full SHA for b8d803f
.github/workflows/debian.yml
@@ -25,7 +25,7 @@ run-name: 'build@c++${{ inputs.cxxstd || 20 }}'
25
26
jobs:
27
debian-ogl:
28
- runs-on: debian-11
+ runs-on: debian-12
29
steps:
30
- uses: actions/checkout@v6
31
docs/DevSetup.md
@@ -19,7 +19,7 @@
19
5. Ensure that the C / C++ compiler toolset is installed on your host machine.
20
- Windows 10+: Visual Studio 2022/2026 with desktop workflow
21
- macOS Monterey 12.5+: Xcode 14.2+
22
- - Linux(Ubuntu 22.04+, Debian 11+, ArchLinux): GCC (G++)
+ - Linux(Ubuntu 22.04+, Debian 12+, ArchLinux): GCC (G++)
23
24
## Creating a new project
0 commit comments