Skip to content

Commit 053fdd2

Browse files
authored
Update container workflow to use ubuntu-latest
1 parent 0567d6e commit 053fdd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ permissions:
1818

1919
jobs:
2020
container:
21-
runs-on: ubuntu-20.04
21+
runs-on: ubuntu-latest
2222

2323
env:
2424
CONTAINER_NAME: ghcr.io/${{ github.repository }}

0 commit comments

Comments
 (0)