We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8203030 commit ed9f60dCopy full SHA for ed9f60d
.github/workflows/diff_shades.yml
@@ -14,7 +14,7 @@ concurrency:
14
15
jobs:
16
configure:
17
- runs-on: ubuntu-latest
+ runs-on: ubuntu-22.04
18
outputs:
19
matrix: ${{ steps.set-config.outputs.matrix }}
20
@@ -40,7 +40,7 @@ jobs:
40
analysis:
41
name: analysis / ${{ matrix.mode }}
42
needs: configure
43
44
env:
45
HATCH_BUILD_HOOKS_ENABLE: "1"
46
# Clang is less picky with the C code it's given than gcc (and may
.github/workflows/diff_shades_comment.yml
@@ -10,7 +10,7 @@ permissions:
10
11
12
comment:
13
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
0 commit comments