Skip to content

Commit 67322e4

Browse files
committed
update workflow
1 parent 89f994c commit 67322e4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-site.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ permissions:
2222

2323
jobs:
2424
build-site:
25-
runs-on: ubuntu-20.04
25+
runs-on: ubuntu-22.04
2626

2727
steps:
2828
# for debugging

.github/workflows/first-time-setup.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
first-time-setup:
13-
runs-on: ubuntu-20.04
13+
runs-on: ubuntu-22.04
1414

1515
steps:
1616
- name: Debug dump

.github/workflows/update-url.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ permissions:
1616

1717
jobs:
1818
update-url:
19-
runs-on: ubuntu-latest
19+
runs-on: ubuntu-22.04
2020

2121
steps:
2222
# for debugging

0 commit comments

Comments
 (0)