fix: updated build runner to macOS 12 and removed OWE and OWE Transition from the wifi encryption list to fix the build

This commit is contained in:
Serhiy Mytrovtsiy
2022-11-08 20:08:48 +01:00
parent 45e8165fc5
commit 9f38e0ba63
2 changed files with 3 additions and 5 deletions

View File

@@ -14,8 +14,8 @@ concurrency:
jobs:
build:
runs-on: macos-latest
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- run: xcodebuild -scheme Stats -destination 'platform=OS X' -configuration Release archive CODE_SIGNING_ALLOWED=NO
- run: xcodebuild -scheme Stats -destination 'platform=macOS' -configuration Release archive CODE_SIGNING_ALLOWED=NO