Skip to content

Commit

Permalink
Update build-amd64-container-image.yaml
Browse files Browse the repository at this point in the history
update ubuntu 18.04 to 20.04
  • Loading branch information
sykim-etri committed Sep 8, 2023
1 parent 4abb137 commit 8c900d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-amd64-container-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Building

# This job runs on Ubuntu-latest
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
if: ${{ !contains(github.event.head_commit.message, '[skip ci]') }}

steps:
Expand Down

0 comments on commit 8c900d6

Please sign in to comment.