File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 99 BUILD_TYPE : ${{ matrix.type }}
1010 strategy :
1111 matrix :
12- os : [ubuntu-20.04, windows-2019, macos-10.15 ]
12+ os : [ubuntu-20.04, windows-2019, macos-11 ]
1313 type : [Release, Debug]
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 with :
1818 submodules : true
1919
@@ -46,13 +46,13 @@ jobs:
4646 matrix :
4747 type : [Release, Debug]
4848 steps :
49- - uses : actions/checkout@v2
49+ - uses : actions/checkout@v3
5050 with :
5151 submodules : true
5252
5353 - name : Configure CMake
5454 shell : bash
55- run : cmake -S . -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake -DANDROID_NATIVE_API_LEVEL=android-26
55+ run : cmake -S . -B build -DCMAKE_BUILD_TYPE=$BUILD_TYPE -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_HOME/build/cmake/android.toolchain.cmake -DANDROID_NATIVE_API_LEVEL=android-28
5656
5757 - name : Build
5858 shell : bash
6161 check_format :
6262 runs-on : ubuntu-20.04
6363 steps :
64- - uses : actions/checkout@v2
64+ - uses : actions/checkout@v3
6565 with :
6666 submodules : true
6767
You can’t perform that action at this time.
0 commit comments