mirror of
https://github.com/boostorg/python.git
synced 2026-01-20 04:42:28 +00:00
Compare commits
2 Commits
ft_fixes_c
...
actions
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ada99f4687 | ||
|
|
c3c6f7065d |
6
.github/workflows/test-osx.yml
vendored
6
.github/workflows/test-osx.yml
vendored
@@ -9,14 +9,14 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
python-version: [3.6]
|
python-version: ['3.10']
|
||||||
cxx: [clang++]
|
cxx: [clang++]
|
||||||
std: [c++98, c++11, c++14] # TODO: c++17 is failing !
|
std: [c++98, c++11, c++14] # TODO: c++17 is failing !
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- name: setup python
|
- name: setup python
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: setup prerequisites
|
- name: setup prerequisites
|
||||||
|
|||||||
Reference in New Issue
Block a user