Skip to content

Commit 7ee3037

Browse files
committed
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label
1 parent 29ef6f1 commit 7ee3037

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish_docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
build:
1515
name: "Build Docs"
16-
runs-on: 'ubuntu-latest'
16+
runs-on: 'ubuntu-24.04'
1717
steps:
1818
- uses: 'actions/checkout@v4'
1919
- name: 'Generate HTML from Markdown'
@@ -30,7 +30,7 @@ jobs:
3030
environment:
3131
name: 'github-pages'
3232
url: '${{ steps.deployment.outputs.page_url }}'
33-
runs-on: 'ubuntu-latest'
33+
runs-on: 'ubuntu-24.04'
3434
needs: 'build'
3535
steps:
3636
- name: 'Deploy to GitHub Pages'

0 commit comments

Comments
 (0)