We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be7db8f commit 5115942Copy full SHA for 5115942
.github/workflows/pull_request.yml
@@ -5,7 +5,7 @@ on: pull_request
5
jobs:
6
build:
7
name: Build docs
8
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04-4core
9
steps:
10
- name: Check out code
11
uses: actions/checkout@v3
.github/workflows/release.yml
@@ -8,7 +8,7 @@ on:
release:
name: Release docs
12
13
14
0 commit comments