Skip to content

Commit

Permalink
CI Ubuntu 18.04 -> Ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Oct 6, 2024
1 parent 2fc01a9 commit 85a4ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
ubuntu-clang-openssl:
strategy:
matrix:
container: ["ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04"]
container: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04", "ubuntu:24.04"]
systemCurl: [ON, OFF]
buildType: [Debug, Release]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -42,7 +42,7 @@ jobs:
ubuntu-gcc-openssl:
strategy:
matrix:
container: ["ubuntu:18.04", "ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04"]
container: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04", "ubuntu:24.04"]
systemCurl: [ON, OFF]
buildType: [Debug, Release]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 85a4ca1

Please sign in to comment.