Skip to content

Commit 359c9d2

Browse files
committed
Merge Bump Linux runner Ubuntu version (pr-3341)
38b1163 - fix(github): bump Linux runner Ubuntu version
2 parents 97388b5 + 38b1163 commit 359c9d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- [ Server, server, windows ]
1717
- [ Server, server, linux ]
1818
name: ${{ matrix.builds[0] }}${{ matrix.builds[2] == 'linux' && ' (Linux)' || '' }}
19-
runs-on: ${{ matrix.builds[2] == 'windows' && 'windows-latest' || 'ubuntu-20.04' }}
19+
runs-on: ${{ matrix.builds[2] == 'windows' && 'windows-latest' || 'ubuntu-24.04' }}
2020
env:
2121
PROGRAM: ${{ matrix.builds[1] }}
2222
PLATFORM: ${{ matrix.builds[2] }}

0 commit comments

Comments
 (0)