Skip to content

Commit

Permalink
GHA workflows: use latest Ubuntu LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
florisvdh committed Nov 14, 2023
1 parent decf1da commit e95415a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build-and-deploy:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout (tutorials)
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/generate-artifact-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
build-and-save:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
steps:
- name: Checkout (tutorials)
uses: actions/checkout@v3
Expand Down

0 comments on commit e95415a

Please sign in to comment.