Skip to content

Commit

Permalink
Replace ubuntu:22.04 and ubuntu:23.04 with ubuntu:latest
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Dec 14, 2024
1 parent 1d296d5 commit 504779c
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 @@ -12,7 +12,7 @@ jobs:
ubuntu-clang-openssl:
strategy:
matrix:
container: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04", "ubuntu:24.04"]
container: ["ubuntu:20.04", "ubuntu:24.04", "ubuntu:latest"]
systemCurl: [ON, OFF]
buildType: [Debug, Release]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
ubuntu-gcc-openssl:
strategy:
matrix:
container: ["ubuntu:20.04", "ubuntu:22.04", "ubuntu:23.04", "ubuntu:24.04"]
container: ["ubuntu:20.04", "ubuntu:24.04", "ubuntu:latest"]
systemCurl: [ON, OFF]
buildType: [Debug, Release]
runs-on: ubuntu-latest
Expand Down

0 comments on commit 504779c

Please sign in to comment.