Skip to content

Commit f7f33d0

Browse files
authored
Merge pull request #331 from FIRST-Tech-Challenge/uvidyadharan-patch-3
Update Booklet Builder and LinkChecker to use ubuntu-22.04
2 parents 9b2f09e + c749c34 commit f7f33d0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/booklets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build-booklets:
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04
1212
if: github.repository == 'FIRST-Tech-Challenge/ftcdocs'
1313
permissions:
1414
id-token: write

.github/workflows/link-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
link-check:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
steps:
1212
- name: Checkout Repository
1313
uses: actions/checkout@v3

0 commit comments

Comments
 (0)