-
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.
swift version 5.10 via matrix, change runner back to our private one
- Loading branch information
Showing
1 changed file
with
4 additions
and
7 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 |
---|---|---|
|
@@ -30,8 +30,8 @@ jobs: | |
# - https://gh.io/using-larger-runners (GitHub.com only) | ||
# Consider using larger runners or machines with greater resources for possible analysis time improvements. | ||
|
||
runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} | ||
#runs-on: [ self-hosted, macos ] | ||
#runs-on: ${{ (matrix.language == 'swift' && 'macos-latest') || 'ubuntu-latest' }} | ||
runs-on: [ self-hosted, macos ] | ||
|
||
#timeout-minutes: ${{ (matrix.language == 'swift' && 120) || 360 }} | ||
timeout-minutes: 120 | ||
|
@@ -50,6 +50,8 @@ jobs: | |
strategy: | ||
fail-fast: false | ||
matrix: | ||
swift: ["5.10"] | ||
os: [macos-latest] | ||
include: | ||
- language: swift | ||
#build-mode: autobuild | ||
|
@@ -66,11 +68,6 @@ jobs: | |
#uses: actions/checkout@v4 | ||
uses: actions/[email protected] | ||
|
||
- name: Set up Swift 5.10 | ||
uses: swift-actions/setup-swift@v2 | ||
with: | ||
swift-version: '5.10' | ||
|
||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
#uses: github/codeql-action/init@v3 | ||
|