Skip to content

Commit

Permalink
use latest ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed May 21, 2024
1 parent 1f977f2 commit 2b4981b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ on:
jobs:
deploy_docker:
# 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
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# This workflow contains a single job called "build"
deploy_classic:
# 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 2b4981b

Please sign in to comment.