Skip to content

Commit 3002eb2

Browse files
authored
Update linux.yml
ubuntu-22.04 and 24.04
1 parent 847e72c commit 3002eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
os: [ubuntu-20.04]
25+
os: [ubuntu-22.04]
2626
compiler: [clang-6, clang-10-libc++, gcc-7, gcc-8, gcc-9]
2727
ssl: [ssl_ON, ssl_OFF]
2828
dependencies: [dependencies_BUILT_IN]
@@ -58,7 +58,7 @@ jobs:
5858

5959
- dependencies: dependencies_SYSTEM
6060
compiler: compiler_SYSTEM
61-
os: ubuntu-22.04
61+
os: ubuntu-24.04
6262
COMPILER_INSTALL: gcc g++
6363
C_COMPILER: gcc
6464
CXX_COMPILER: g++

0 commit comments

Comments
 (0)