aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authoraeiouaeiouaeiouaeiouaeiouaeiou <[email protected]>2022-06-21 01:32:29 +0300
committerMatthew Gregan <[email protected]>2022-06-21 11:16:17 +1200
commit3dd0c44a39a95ef967ae1e919034ff675dd36da8 (patch)
treebe98c4e4f60aed4df4cedb82e27fef8b70913a15
parent3f1e82c2551c2a58e09b6f6eea0f1c2322a1d604 (diff)
downloadcubeb-3dd0c44a39a95ef967ae1e919034ff675dd36da8.tar.gz
cubeb-3dd0c44a39a95ef967ae1e919034ff675dd36da8.zip
CI: update actions to v3, use macos-11 environment and bump Android API target
-rw-r--r--.github/workflows/build.yml10
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index a5f533b..e10744f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -9,11 +9,11 @@ jobs:
BUILD_TYPE: ${{ matrix.type }}
strategy:
matrix:
- os: [ubuntu-20.04, windows-2019, macos-10.15]
+ os: [ubuntu-20.04, windows-2019, macos-11]
type: [Release, Debug]
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: true
@@ -46,13 +46,13 @@ jobs:
matrix:
type: [Release, Debug]
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: true
- name: Configure CMake
shell: bash
- 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
+ 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
- name: Build
shell: bash
@@ -61,7 +61,7 @@ jobs:
check_format:
runs-on: ubuntu-20.04
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
submodules: true