mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-23 11:31:43 -07:00
CI: update ubuntu to 20.04
18.04 will not be supported starting 2023-04-01
This commit is contained in:
@@ -29,8 +29,8 @@ jobs:
|
||||
# build-release-windows: # this is done by hand because of signing
|
||||
# build-release-macos: # LF volunteer
|
||||
|
||||
build-release-ubuntu1804:
|
||||
runs-on: ubuntu-18.04
|
||||
build-release-ubuntu2004:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Set env
|
||||
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
|
||||
|
||||
Reference in New Issue
Block a user