Skip to content

Commit

Permalink
Switch ci to macos-12
Browse files Browse the repository at this point in the history
  • Loading branch information
m-kuhn authored and nirvn committed Dec 11, 2023
1 parent 102713d commit 1eaed59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/macos.yml
Expand Up @@ -13,7 +13,7 @@ on:
jobs:
build:
name: build (macos)
runs-on: macos-11
runs-on: macos-12

steps:
- name: 🐣 Checkout
Expand Down Expand Up @@ -83,10 +83,8 @@ jobs:
cmake -S "${{ github.workspace }}" \
-B "${CMAKE_BUILD_DIR}" \
-G Xcode \
-T buildsystem=1 \
-D CMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
-D WITH_VCPKG=ON \
-D WITH_SPIX=ON \
-D WITH_NFC=OFF \
-D APP_VERSION="${APP_VERSION}" \
-D APP_VERSION_STR="${APP_VERSION_STR}" \
Expand Down

1 comment on commit 1eaed59

@qfield-fairy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.