Skip to content

Commit

Permalink
update to latest ubuntu in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com>
  • Loading branch information
baentsch committed Aug 8, 2024
1 parent bf10e6e commit 367a412
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
matrix:
cmake-params: [ "", "-DOQS_KEM_ENCODERS=ON" ]
container:
image: openquantumsafe/ci-ubuntu-jammy:latest
image: openquantumsafe/ci-ubuntu-latest:latest
env:
MAKE_PARAMS: "-j 18"
LIBOQS_BRANCH: "main"
Expand All @@ -44,8 +44,8 @@ jobs:
# focal test done on CircleCI - save the compute cycles here until CCI is dropped
# - name: focal
# container: openquantumsafe/ci-ubuntu-focal-x86_64:latest
- name: jammy
container: openquantumsafe/ci-ubuntu-jammy:latest
- name: latest
container: openquantumsafe/ci-ubuntu-latest:latest
container:
image: ${{ matrix.container }}
env:
Expand Down Expand Up @@ -94,7 +94,7 @@ jobs:
strategy:
fail-fast: false
container:
image: openquantumsafe/ci-ubuntu-jammy:latest
image: openquantumsafe/ci-ubuntu-latest:latest
env:
CC: "clang"
CXX: "clang++"
Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
strategy:
fail-fast: false
container:
image: openquantumsafe/ci-ubuntu-jammy:latest
image: openquantumsafe/ci-ubuntu-latest:latest
env:
OPENSSL_BRANCH: "master"
INSTALL_DIR: "/opt/install"
Expand Down

0 comments on commit 367a412

Please sign in to comment.