Skip to content

Commit 05e321d

Browse files
authored
Switch to ubuntu-24.04
1 parent 061a67e commit 05e321d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/directory-listing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
jobs:
77
pages-directory-listing:
88
if: github.ref == 'refs/heads/data'
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-24.04
1010
name: "Directory Listings Index"
1111
steps:
1212
- name: Checkout Repository
@@ -37,7 +37,7 @@ jobs:
3737
url: ${{ steps.deployment.outputs.page_url }}
3838

3939
# Specify runner + deployment step
40-
runs-on: ubuntu-latest
40+
runs-on: ubuntu-24.04
4141
steps:
4242
- name: Deploy to GitHub Pages
4343
id: deployment

0 commit comments

Comments
 (0)