mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
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:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@@ -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
|
||||
|
||||
@@ -66,9 +66,7 @@ extension CWSecurity: CustomStringConvertible {
|
||||
case .wpa3Personal: return "WPA3 Personal"
|
||||
case .wpa3Enterprise: return "WPA3 Enterprise"
|
||||
case .wpa3Transition: return "WPA3 Transition"
|
||||
case .OWE: return "OWE"
|
||||
case .oweTransition: return "OWE Transition"
|
||||
@unknown default: return "unknown"
|
||||
default: return "unknown"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user