1
0
Fork 0
mirror of https://github.com/eosswedenorg/antelope-api-healthcheck synced 2026-06-18 05:00:03 +02:00

.github/workflows/release.yml: Remove ubuntu-18.04 as github will drop support on 2022-12-01

This commit is contained in:
Henrik Hautakoski 2022-08-22 15:55:44 +02:00
parent 843d30bb3d
commit 22255b9758
No known key found for this signature in database
GPG key ID: 608414D93E862CCD

View file

@ -38,7 +38,7 @@ jobs:
package-ubuntu:
strategy:
matrix:
os: [ ubuntu-18.04, ubuntu-20.04 ]
os: [ ubuntu-20.04 ]
name: Package - ${{matrix.os}}
runs-on: ${{matrix.os}}
steps: