Skip to content

Commit

Permalink
bump docker ubuntu from 18 to 22
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjn committed Feb 18, 2024
1 parent 6100270 commit 5914823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vvv-provisioning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
on-docker:
name: Ubuntu 20 Docker Provisioner
name: Ubuntu 22 Docker Provisioner
# The type of runner that the job will run on
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit 5914823

Please sign in to comment.