We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 892e6be commit 9d50fd7Copy full SHA for 9d50fd7
.github/workflows/dep_build_v2.yml
@@ -10,7 +10,7 @@ permissions:
10
11
jobs:
12
build:
13
- runs-on: 'ubuntu-22.04'
+ runs-on: ubuntu-latest
14
strategy:
15
fail-fast: false
16
matrix:
.github/workflows/dep_build_v3.yml
@@ -8,7 +8,7 @@ permissions:
8
9
.github/workflows/main.yml
@@ -20,7 +20,7 @@ permissions:
20
21
22
23
24
25
26
max-parallel: 5
0 commit comments