Skip to content

Commit ed9f60d

Browse files
committed
Pin to ubuntu-22.04 (stable runner)
1 parent 8203030 commit ed9f60d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/diff_shades.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ concurrency:
1414

1515
jobs:
1616
configure:
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04
1818
outputs:
1919
matrix: ${{ steps.set-config.outputs.matrix }}
2020

@@ -40,7 +40,7 @@ jobs:
4040
analysis:
4141
name: analysis / ${{ matrix.mode }}
4242
needs: configure
43-
runs-on: ubuntu-latest
43+
runs-on: ubuntu-22.04
4444
env:
4545
HATCH_BUILD_HOOKS_ENABLE: "1"
4646
# Clang is less picky with the C code it's given than gcc (and may

.github/workflows/diff_shades_comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
comment:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04
1414
steps:
1515
- uses: actions/checkout@v5
1616
- uses: actions/setup-python@v6

0 commit comments

Comments
 (0)