Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
update action base image from 18.04 to 22.04
  • Loading branch information
ecwu authored Sep 11, 2024
1 parent 57c4f44 commit ae72c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v1 # v2 does not have submodules option now
# with:
Expand Down

0 comments on commit ae72c80

Please sign in to comment.