2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-19 16:32:16 +00:00

Upgrade OSX CI environment.

This commit is contained in:
Stefan Seefeld
2024-05-14 22:29:09 +02:00
parent 0474de0f6c
commit c3c6f7065d

View File

@@ -9,14 +9,14 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6]
python-version: [3.10]
cxx: [clang++]
std: [c++98, c++11, c++14] # TODO: c++17 is failing !
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: setup prerequisites