-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Rui Chen <[email protected]>
- Loading branch information
1 parent
61fbb4e
commit 0244a92
Showing
3 changed files
with
0 additions
and
13 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 |
---|---|---|
|
@@ -31,15 +31,9 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: | ||
- macos-11 | ||
- macos-12 | ||
- macos-13 | ||
steps: | ||
- name: overwrite [email protected] links for macos-13 builds | ||
if: matrix.os == 'macos-13' | ||
run: | | ||
brew install [email protected] | ||
brew link --overwrite [email protected] | ||
- run: brew update | ||
- run: brew install -s ${{inputs.formula}} && brew test ${{inputs.formula}} | ||
- run: brew linkage --cached ${{inputs.formula}} | ||
|
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 |
---|---|---|
|
@@ -31,15 +31,9 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: | ||
- macos-11 | ||
- macos-12 | ||
- macos-13 | ||
steps: | ||
- name: overwrite [email protected] links for macos-13 builds | ||
if: matrix.os == 'macos-13' | ||
run: | | ||
brew install [email protected] | ||
brew link --overwrite [email protected] | ||
- run: brew update | ||
- run: brew install ${{inputs.formula}} && brew test ${{inputs.formula}} | ||
- run: brew linkage --cached ${{inputs.formula}} | ||
|
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 |
---|---|---|
|
@@ -16,7 +16,6 @@ jobs: | |
os: | ||
- ubuntu-20.04 | ||
- ubuntu-22.04 | ||
- macos-11 | ||
- macos-12 | ||
- macos-13 | ||
# custom runner | ||
|