1
0
Fork 0
mirror of https://github.com/eosswedenorg/libantelope synced 2026-06-16 03:34:56 +02:00

.github/workflows/CI.yml: remove ubuntu 18.04 as it will be removed from github (see https://github.com/actions/runner-images/issues/6002)

This commit is contained in:
Henrik Hautakoski 2023-03-10 13:59:24 +01:00
parent 70866da335
commit 9e41381798

View file

@ -11,7 +11,7 @@ jobs:
compile:
strategy:
matrix:
os: [ ubuntu-18.04, ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ]
os: [ ubuntu-20.04, ubuntu-22.04, macos-latest, windows-latest ]
name: ${{matrix.os}}
runs-on: ${{matrix.os}}