Skip to content

Commit

Permalink
Update dockefile and github CI to use latest ubuntu lts
Browse files Browse the repository at this point in the history
  • Loading branch information
s-Nick committed Dec 18, 2023
1 parent 05b3395 commit 9984050
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# cancel outdated builds on pull requests.
skip-check:
continue-on-error: true
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
# Map a step output to a job output
outputs:
should_skip: ${{ steps.skip_check.outputs.should_skip }}
Expand All @@ -34,7 +34,7 @@ jobs:
Build-and-Test:
needs: skip-check
if: ${{ needs.pre_job.outputs.should_skip != 'true' }}
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:focal
FROM ubuntu:jammy

# Default values for the build
ARG command
Expand Down

0 comments on commit 9984050

Please sign in to comment.