We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 526a00e commit 4e5cce4Copy full SHA for 4e5cce4
1 file changed
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
name: Build and test (x86_64, ${{ matrix.os }}, ${{ matrix.compiler }})
7
strategy:
8
matrix:
9
- os: [ubuntu-20.04, ubuntu-18.04]
+ os: [ubuntu-22.04, ubuntu-20.04]
10
compiler: [gcc, clang]
11
runs-on: ${{ matrix.os }}
12
env:
@@ -187,7 +187,7 @@ jobs:
187
name: Cross compile for ${{matrix.abi}} Android on ${{matrix.os}}
188
189
190
- os: [ubuntu-18.04, ubuntu-20.04, macos-latest]
+ os: [ubuntu-latest, macos-latest]
191
abi: [armeabi-v7a, arm64-v8a, x86, x86_64]
192
runs-on: ${{matrix.os}}
193
0 commit comments