Skip to content

Commit

Permalink
Merge pull request #1154 from libcpr/feature/replace_ubuntu_23_04_ci
Browse files Browse the repository at this point in the history
Replace ubuntu:22.04 and ubuntu:23.04 with ubuntu:latest
  • Loading branch information
COM8 authored Dec 14, 2024
2 parents 1d296d5 + 504779c commit 2bb749d
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 2bb749d

Please sign in to comment.