Skip to content

Commit 3dd0c44

Browse files
CI: update actions to v3, use macos-11 environment and bump Android API target
1 parent 3f1e82c commit 3dd0c44

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
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
@@ -61,7 +61,7 @@ jobs:
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

0 commit comments

Comments
 (0)