Skip to content

Commit 59ac791

Browse files
committed
use runs-on: ubuntu-22.04
1 parent 387852e commit 59ac791

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/preview-docs.yml

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

55
jobs:
66
run:
7-
runs-on: ubuntu-latest
7+
runs-on: ubuntu-22.04
88
permissions: write-all
99
steps:
1010
- name: Checkout repository

.github/workflows/publish-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
jobs:
99
run:
10-
runs-on: ubuntu-latest
10+
runs-on: ubuntu-22.04
1111
if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/heads/main') && github.run_number > 1 }}
1212
steps:
1313
- name: Checkout repository
@@ -19,4 +19,4 @@ jobs:
1919
- name: Publish Docs
2020
env:
2121
FERN_TOKEN: ${{ secrets.FERN_TOKEN }}
22-
run: fern generate --docs --log-level debug
22+
run: fern generate --docs --log-level debug

0 commit comments

Comments
 (0)