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.
2 parents 97388b5 + 38b1163 commit 359c9d2Copy full SHA for 359c9d2
.github/workflows/ci_build.yml
@@ -16,7 +16,7 @@ jobs:
16
- [ Server, server, windows ]
17
- [ Server, server, linux ]
18
name: ${{ matrix.builds[0] }}${{ matrix.builds[2] == 'linux' && ' (Linux)' || '' }}
19
- runs-on: ${{ matrix.builds[2] == 'windows' && 'windows-latest' || 'ubuntu-20.04' }}
+ runs-on: ${{ matrix.builds[2] == 'windows' && 'windows-latest' || 'ubuntu-24.04' }}
20
env:
21
PROGRAM: ${{ matrix.builds[1] }}
22
PLATFORM: ${{ matrix.builds[2] }}
0 commit comments