Skip to content

Commit

Permalink
CI: Remove Ubuntu 18.04 from the CI tss master test.
Browse files Browse the repository at this point in the history
Ubuntu 18.04 will not be supported for the next tss version.
Thus Ubuntu 18.04 has to be removed from the tool CI for
master-tss-build-test.

Signed-off-by: Juergen Repp <[email protected]>
  • Loading branch information
JuergenReppSIT authored and William Roberts committed Jan 13, 2024
1 parent b7e1d2f commit 1fdb01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
tpm2-software/ci/runCI@main
with:
PROJECT_NAME: ${{ github.event.repository.name }}
DOCKER_IMAGE: ubuntu-18.04
DOCKER_IMAGE: ubuntu-20.04
CC: ${{ matrix.compiler }}
TPM2_TSS_VERSION: master
GIT_FULL_CLONE: true
Expand Down

0 comments on commit 1fdb01a

Please sign in to comment.