Skip to content

Commit

Permalink
Merge pull request #331 from FIRST-Tech-Challenge/uvidyadharan-patch-3
Browse files Browse the repository at this point in the history
Update Booklet Builder and LinkChecker to use ubuntu-22.04
  • Loading branch information
cmacfarl authored Dec 26, 2024
2 parents 9b2f09e + c749c34 commit f7f33d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/booklets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
build-booklets:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
if: github.repository == 'FIRST-Tech-Challenge/ftcdocs'
permissions:
id-token: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
link-check:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down

0 comments on commit f7f33d0

Please sign in to comment.