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 49125b8 commit 3eb6ed8Copy full SHA for 3eb6ed8
.github/workflows/release-docs.yml
@@ -8,7 +8,7 @@ on:
8
jobs:
9
build:
10
11
- runs-on: ubuntu-latest
+ runs-on: ubuntu-24.04
12
13
steps:
14
- uses: actions/checkout@v5
.github/workflows/test-package.yml
@@ -5,7 +5,7 @@ on: [push]
5
6
7
+ runs-on: ubuntu-20.04
timeout-minutes: 5
strategy:
max-parallel: 6
0 commit comments