-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci(codeql): switch setup-xcode action to mxcl/xcodebuild
- Loading branch information
1 parent
7bc36d8
commit 3ac5cef
Showing
1 changed file
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,6 +53,11 @@ jobs: | |
matrix: | ||
swift: ["5.10.1"] | ||
os: [macos-latest] | ||
platform: | ||
- macOS | ||
- watchOS | ||
- tvOS | ||
- iOS | ||
include: | ||
- language: swift | ||
# build-mode: autobuild | ||
|
@@ -66,9 +71,9 @@ jobs: | |
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages | ||
steps: | ||
- name: Initialize latest xcode | ||
uses: maxim-lobanov/[email protected].0 | ||
uses: mxcl/[email protected].0 | ||
with: | ||
xcode-version: latest-stable | ||
platform: ${{ matrix.platform }} | ||
|
||
- name: Initialize Swift | ||
uses: swift-actions/[email protected] | ||
|