Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
synapse
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Ley
synapse
Commits
cacda2d1
Unverified
Commit
cacda2d1
authored
2 years ago
by
David Robertson
Committed by
GitHub
2 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Build wheels on macos 11, not 10.15 (#14249)
parent
755bfeee
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.github/workflows/release-artifacts.yml
+3
-3
3 additions, 3 deletions
.github/workflows/release-artifacts.yml
changelog.d/14249.misc
+1
-0
1 addition, 0 deletions
changelog.d/14249.misc
with
4 additions
and
3 deletions
.github/workflows/release-artifacts.yml
+
3
−
3
View file @
cacda2d1
...
...
@@ -99,7 +99,7 @@ jobs:
runs-on
:
${{ matrix.os }}
strategy
:
matrix
:
os
:
[
ubuntu-20.04
,
macos-1
0.15
]
os
:
[
ubuntu-20.04
,
macos-1
1
]
arch
:
[
x86_64
,
aarch64
]
# is_pr is a flag used to exclude certain jobs from the matrix on PRs.
# It is not read by the rest of the workflow.
...
...
@@ -109,9 +109,9 @@ jobs:
exclude
:
# Don't build macos wheels on PR CI.
-
is_pr
:
true
os
:
"
macos-1
0.15
"
os
:
"
macos-1
1
"
# Don't build aarch64 wheels on mac.
-
os
:
"
macos-1
0.15
"
-
os
:
"
macos-1
1
"
arch
:
aarch64
# Don't build aarch64 wheels on PR CI.
-
is_pr
:
true
...
...
This diff is collapsed.
Click to expand it.
changelog.d/14249.misc
0 → 100644
+
1
−
0
View file @
cacda2d1
Build wheels on macos 11, not 10.15.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment