Ubuntu 18.04 is getting removed, update Linux base images

This commit is contained in:
Brent Cook 2023-02-21 06:01:38 -06:00
parent 70b0f418d3
commit 8c2c718bb7
3 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ on: [push, pull_request]
jobs:
build-android-8-9:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
continue-on-error: false
env:
ARCH: android
@ -17,7 +17,7 @@ jobs:
run: ./scripts/test
build-android-10-11:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04
continue-on-error: false
env:
ARCH: android

View File

@ -6,7 +6,7 @@ jobs:
build-other:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04]
os: [ubuntu-20.04, ubuntu-22.04]
arch: [mingw32, mingw64, arm32, arm64]
runs-on: ${{ matrix.os }}
continue-on-error: false

View File

@ -6,7 +6,7 @@ jobs:
build-native:
strategy:
matrix:
os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04]
os: [ubuntu-20.04, ubuntu-22.04]
compiler: [clang, gcc]
runs-on: ${{ matrix.os }}
continue-on-error: false