Ubuntu 18.04 is getting removed, update Linux base images
This commit is contained in:
parent
70b0f418d3
commit
8c2c718bb7
4
.github/workflows/android_test.yml
vendored
4
.github/workflows/android_test.yml
vendored
@ -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
|
||||
|
2
.github/workflows/cross_test.yml
vendored
2
.github/workflows/cross_test.yml
vendored
@ -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
|
||||
|
2
.github/workflows/linux_test.yml
vendored
2
.github/workflows/linux_test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user