Skip to content

Commit 61961a6

Browse files
committed
Temporarily build with ubuntu-22.04
I'm getting tired of these failures. I thought it would be addressed soonish but apparently not. actions/runner-images#11471
1 parent 8890d0b commit 61961a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/nightly.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ env:
2020
jobs:
2121
set-up-matrix:
2222
name: Set up matrix
23-
runs-on: ubuntu-latest
23+
runs-on: ubuntu-22.04
2424
outputs:
2525
date: ${{ steps.fetch-date.outputs.date }}
2626
images: ${{ steps.fetch-matrix.outputs.images }}
@@ -55,7 +55,7 @@ jobs:
5555

5656
build:
5757
needs: set-up-matrix
58-
runs-on: ubuntu-latest
58+
runs-on: ubuntu-22.04
5959
strategy:
6060
fail-fast: false
6161
matrix:
@@ -136,7 +136,7 @@ jobs:
136136
retention-days: 1
137137

138138
merge:
139-
runs-on: ubuntu-latest
139+
runs-on: ubuntu-22.04
140140
needs:
141141
- build
142142
- set-up-matrix
@@ -183,7 +183,7 @@ jobs:
183183
$(printf '${{ env.REGISTRY_IMAGE }}@sha256:%s ' *)
184184
185185
release:
186-
runs-on: ubuntu-latest
186+
runs-on: ubuntu-22.04
187187
needs:
188188
- set-up-matrix
189189
- build

0 commit comments

Comments
 (0)