Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cython
Commits
d5835270
Commit
d5835270
authored
Jul 25, 2022
by
da-woods
Committed by
GitHub
Jul 25, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update macos version for github actions (#4917)
See
https://github.com/cython/cython/issues/4913
parent
3cb3c2fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
.github/workflows/ci.yml
.github/workflows/ci.yml
+10
-10
No files found.
.github/workflows/ci.yml
View file @
d5835270
...
...
@@ -107,43 +107,43 @@ jobs:
# MacOS sub-jobs
# ==============
# (C-only builds are used to create wheels)
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
2.7
backend
:
c
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
2.7
backend
:
cpp
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
3.5
backend
:
c
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
3.6
backend
:
c
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
3.7
backend
:
c
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
3.8
backend
:
c
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
3.9
backend
:
c
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
3.9
backend
:
cpp
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
"
3.10"
backend
:
c
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
-
os
:
macos-1
0.15
-
os
:
macos-1
1
python-version
:
"
3.10"
backend
:
cpp
env
:
{
MACOSX_DEPLOYMENT_TARGET
:
10.14
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment