Skip to content

Commit f9df252

Browse files
authored
Use Ubuntu 22.04 in pages build (#68)
1 parent 33de9e3 commit f9df252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111
jobs:
1212
build:
1313
name: Run mdoc and build Docusaurus
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04
1515
steps:
1616
- name: Checkout working directory
1717
uses: actions/checkout@v4
@@ -60,7 +60,7 @@ jobs:
6060
name: github-pages
6161
url: ${{ steps.deployment.outputs.page_url }}
6262

63-
runs-on: ubuntu-latest
63+
runs-on: ubuntu-22.04
6464
steps:
6565
- name: Deploy to GitHub Pages
6666
id: deployment

0 commit comments

Comments
 (0)