Skip to content

Commit

Permalink
export-static-site.yml: Update runs-on: ubuntu-22.04 → ubuntu-latest
Browse files Browse the repository at this point in the history
ubuntu-latest was updated to Ubuntu 22.04 near the end of 2022,
see actions/runner-images#6399
  • Loading branch information
anthonyfok committed Jun 28, 2023
1 parent 8839beb commit 9f17f85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/export-static-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ concurrency: export-static-site

jobs:
export-static-site:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]') && !contains(github.event.head_commit.message, '[skip ci]')"
env:
DOCKER_BUILDKIT: 1
Expand Down

0 comments on commit 9f17f85

Please sign in to comment.