mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-10 16:51:19 +03:00
Update nightly containers (not tested).
This commit is contained in:
4
.github/workflows/ecode-nightly.yml
vendored
4
.github/workflows/ecode-nightly.yml
vendored
@@ -12,7 +12,7 @@ permissions: write-all
|
||||
jobs:
|
||||
release:
|
||||
name: Create Nightly Release
|
||||
runs-on: ubuntu-20.04
|
||||
runs-on: ubuntu-22.04
|
||||
outputs:
|
||||
upload_url: ${{ steps.create_release.outputs.upload_url }}
|
||||
version: ${{ steps.tag.outputs.version }}
|
||||
@@ -49,7 +49,7 @@ jobs:
|
||||
matrix:
|
||||
config:
|
||||
- arch: x86_64
|
||||
container: ubuntu-20.04
|
||||
container: ubuntu-22.04
|
||||
runs-on: ${{ matrix.config.container }}
|
||||
env:
|
||||
CC: gcc
|
||||
|
||||
Reference in New Issue
Block a user