Skip to content

Commit

Permalink
initial M1 build test
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomas Mizera authored and Tomas Mizera committed May 7, 2024
1 parent ea885a7 commit 6ad883b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
QT_ARCH: 'android_arm64_v8a'
ANDROID_ABI: 'arm64-v8a'

runs-on: macos-13
runs-on: macos-14
env: # update README for devs if you modify these env. variables
QT_VERSION: '6.6.3' # use scripts/update_qt_version.bash to change
ANDROIDAPI: 24
Expand All @@ -42,7 +42,7 @@ jobs:
JDK_VERSION: 11
SDK_PLATFORM: android-33
SDK_BUILD_TOOLS: 33.0.1
XC_VERSION: ${{ '15.2' }}
XC_VERSION: ${{ '15.3' }}
CMAKE_VERSION: '3.29.0'
VCPKG_ROOT: "${{ github.workspace }}/vcpkg"

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ concurrency:

jobs:
ios_build:
runs-on: macos-13
runs-on: macos-14
env: # update README for devs if you modify these env. variables
QT_VERSION: '6.6.3' # use scripts/update_qt_version.bash to change
TRIPLET: "arm64-ios"
DEPLOYMENT_TARGET: '13.0' # iOS Deployment target
XC_VERSION: ${{ '15.2' }}
XC_VERSION: ${{ '15.3' }}
QT_ARCH: "ios"
CMAKE_VERSION: '3.29.0'
VCPKG_ROOT: "${{ github.workspace }}/vcpkg"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@ concurrency:

jobs:
mac_os_build:
runs-on: macos-13
runs-on: macos-14

env: # update README for devs if you modify these env. variables
QT_VERSION: '6.6.3' # use scripts/update_qt_version.bash to change
TRIPLET: "x64-osx"
DEPLOYMENT_TARGET: "10.15.0"
XC_VERSION: ${{ '15.2' }}
XC_VERSION: ${{ '15.3' }}
CMAKE_VERSION: '3.29.0'
QT_ARCH: "desktop"
VCPKG_ROOT: "${{ github.workspace }}/vcpkg"
Expand Down

0 comments on commit 6ad883b

Please sign in to comment.