Skip to content

Commit ba0d243

Browse files
authored
GitHub actions: replace ubuntu-20.04 with ubuntu-latest (#4228)
GitHub will no longer support the Ubuntu 20.04 runner image starting from April 1, 2025. actions/runner-images#11101
1 parent 99803f6 commit ba0d243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/11ty-publish.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
main:
1212
name: deploy (11ty)
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-latest
1414
steps:
1515
- name: Checkout the repository
1616
uses: actions/checkout@v4

0 commit comments

Comments
 (0)