diff options
author | Brent Cook <busterb@gmail.com> | 2023-02-21 06:01:38 -0600 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2023-02-21 06:01:38 -0600 |
commit | 8c2c718bb7767d9fea1be1e0bc52b64775de6f21 (patch) | |
tree | 0c9bcb91ee3b15a0059e7557ee25bb1de2fd1027 | |
parent | 70b0f418d30da7e1fe34c4cbebc90fdb95d6a649 (diff) | |
download | portable-8c2c718bb7767d9fea1be1e0bc52b64775de6f21.tar.gz portable-8c2c718bb7767d9fea1be1e0bc52b64775de6f21.tar.bz2 portable-8c2c718bb7767d9fea1be1e0bc52b64775de6f21.zip |
Ubuntu 18.04 is getting removed, update Linux base images
-rw-r--r-- | .github/workflows/android_test.yml | 4 | ||||
-rw-r--r-- | .github/workflows/cross_test.yml | 2 | ||||
-rw-r--r-- | .github/workflows/linux_test.yml | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/.github/workflows/android_test.yml b/.github/workflows/android_test.yml index 4ecbfac..ebce794 100644 --- a/.github/workflows/android_test.yml +++ b/.github/workflows/android_test.yml | |||
@@ -4,7 +4,7 @@ on: [push, pull_request] | |||
4 | 4 | ||
5 | jobs: | 5 | jobs: |
6 | build-android-8-9: | 6 | build-android-8-9: |
7 | runs-on: ubuntu-18.04 | 7 | runs-on: ubuntu-22.04 |
8 | continue-on-error: false | 8 | continue-on-error: false |
9 | env: | 9 | env: |
10 | ARCH: android | 10 | ARCH: android |
@@ -17,7 +17,7 @@ jobs: | |||
17 | run: ./scripts/test | 17 | run: ./scripts/test |
18 | 18 | ||
19 | build-android-10-11: | 19 | build-android-10-11: |
20 | runs-on: ubuntu-18.04 | 20 | runs-on: ubuntu-22.04 |
21 | continue-on-error: false | 21 | continue-on-error: false |
22 | env: | 22 | env: |
23 | ARCH: android | 23 | ARCH: android |
diff --git a/.github/workflows/cross_test.yml b/.github/workflows/cross_test.yml index af09309..649cd2f 100644 --- a/.github/workflows/cross_test.yml +++ b/.github/workflows/cross_test.yml | |||
@@ -6,7 +6,7 @@ jobs: | |||
6 | build-other: | 6 | build-other: |
7 | strategy: | 7 | strategy: |
8 | matrix: | 8 | matrix: |
9 | os: [ubuntu-18.04, ubuntu-20.04] | 9 | os: [ubuntu-20.04, ubuntu-22.04] |
10 | arch: [mingw32, mingw64, arm32, arm64] | 10 | arch: [mingw32, mingw64, arm32, arm64] |
11 | runs-on: ${{ matrix.os }} | 11 | runs-on: ${{ matrix.os }} |
12 | continue-on-error: false | 12 | continue-on-error: false |
diff --git a/.github/workflows/linux_test.yml b/.github/workflows/linux_test.yml index 3afda04..94bef31 100644 --- a/.github/workflows/linux_test.yml +++ b/.github/workflows/linux_test.yml | |||
@@ -6,7 +6,7 @@ jobs: | |||
6 | build-native: | 6 | build-native: |
7 | strategy: | 7 | strategy: |
8 | matrix: | 8 | matrix: |
9 | os: [ubuntu-18.04, ubuntu-20.04, ubuntu-22.04] | 9 | os: [ubuntu-20.04, ubuntu-22.04] |
10 | compiler: [clang, gcc] | 10 | compiler: [clang, gcc] |
11 | runs-on: ${{ matrix.os }} | 11 | runs-on: ${{ matrix.os }} |
12 | continue-on-error: false | 12 | continue-on-error: false |