Skip to content

Commit 5facbc5

Browse files
committed
Update ubuntu in release builds.
1 parent ddf48b4 commit 5facbc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ecode-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ permissions: write-all
1717
jobs:
1818
release:
1919
name: Create Release
20-
runs-on: ubuntu-20.04
20+
runs-on: ubuntu-22.04
2121
outputs:
2222
upload_url: ${{ steps.create_release.outputs.upload_url }}
2323
version: ${{ steps.tag.outputs.version }}
@@ -58,7 +58,7 @@ jobs:
5858
matrix:
5959
config:
6060
- arch: x86_64
61-
container: ubuntu-20.04
61+
container: ubuntu-22.04
6262
runs-on: ${{ matrix.config.container }}
6363
env:
6464
CC: gcc

0 commit comments

Comments
 (0)