Skip to content

Commit

Permalink
Build docker images on Ubuntu 22.04 in the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mcserep authored Feb 6, 2024
1 parent ddd87c8 commit 2773da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions: read-all

jobs:
docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- name: Checkout
Expand Down

0 comments on commit 2773da5

Please sign in to comment.