Skip to content

Commit 3b92f3f

Browse files
authored
update build image to ubuntu-latest (previous ubuntu-20.04 runner depreciated April 2025)
1 parent cc25e58 commit 3b92f3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-container-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ on:
1212

1313
jobs:
1414
docker_publish:
15-
runs-on: "ubuntu-20.04"
16-
15+
# runs-on: "ubuntu-20.04"
16+
runs-on: ubuntu-latest
1717
steps:
1818
# - uses: actions/checkout@v2
1919
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)