Skip to content

Commit

Permalink
FIX docker.yml: Use ubuntu 24.04
Browse files Browse the repository at this point in the history
  • Loading branch information
thiago-miller committed Nov 12, 2024
1 parent a6d76fa commit 5c8395f
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 @@ -10,7 +10,7 @@ on:

jobs:
docker:
runs-on: ubuntu-20.04
runs-on: ubuntu-24.04
name: Build and deploy docker image
steps:
- name: Get release tag
Expand Down

0 comments on commit 5c8395f

Please sign in to comment.