Skip to content

Commit

Permalink
Merge pull request #298 from db-ui/refactor-using-ubuntu-latest
Browse files Browse the repository at this point in the history
refactor: using ubuntu latest
  • Loading branch information
nmerget authored Dec 18, 2024
2 parents 62fa1b3 + 60acd96 commit c40cb2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
steps:
Expand Down

0 comments on commit c40cb2e

Please sign in to comment.