Skip to content

Commit 8cd2955

Browse files
authored
Update GitHub Actions runner to use ubuntu-latest
1 parent 63ebca5 commit 8cd2955

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: push
55
jobs:
66
release:
77
name: Create Github release
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
if: startsWith(github.event.ref, 'refs/tags/v')
1010

1111
steps:

0 commit comments

Comments
 (0)