Skip to content

Commit

Permalink
first try
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterPetrik committed Apr 12, 2023
1 parent 206489d commit 0e59d3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
SDK_BUILD_TOOLS: 31.0.0
CACHE_VERSION: 0
ARCHES: "armeabi-v7a arm64-v8a"
XC_VERSION: ${{ '14.3' }}
XC_VERSION: ${{ '14.2' }}

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
QT_VERSION: '6.5.0'
ARCHES: 'arm64'
CACHE_VERSION: 0
XC_VERSION: ${{ '14.3' }}
XC_VERSION: ${{ '14.2' }}

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
ARCHES: 'mac'
CACHE_VERSION: 0
MACOSX_DEPLOYMENT_TARGET: 10.15.0
XC_VERSION: ${{ '14.3' }}
XC_VERSION: ${{ '14.2' }}

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 0e59d3f

Please sign in to comment.