Skip to content

Commit

Permalink
update GitHub Actions workflow to use ubuntu-latest
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGuarracino committed Feb 12, 2025
1 parent ca75103 commit 7b3548c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: build and test docker image

jobs:
build_and_test:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Build the Docker image
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
publish_release:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Publish to Registry
Expand Down

0 comments on commit 7b3548c

Please sign in to comment.