Skip to content

Commit 2b3bd2f

Browse files
committed
Update nightly containers (not tested).
1 parent 3c4b269 commit 2b3bd2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ecode-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions: write-all
1212
jobs:
1313
release:
1414
name: Create Nightly Release
15-
runs-on: ubuntu-20.04
15+
runs-on: ubuntu-22.04
1616
outputs:
1717
upload_url: ${{ steps.create_release.outputs.upload_url }}
1818
version: ${{ steps.tag.outputs.version }}
@@ -49,7 +49,7 @@ jobs:
4949
matrix:
5050
config:
5151
- arch: x86_64
52-
container: ubuntu-20.04
52+
container: ubuntu-22.04
5353
runs-on: ${{ matrix.config.container }}
5454
env:
5555
CC: gcc

0 commit comments

Comments
 (0)