Skip to content

Commit c3c6f70

Browse files
committed
Upgrade OSX CI environment.
1 parent 0474de0 commit c3c6f70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-osx.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
python-version: [3.6]
12+
python-version: [3.10]
1313
cxx: [clang++]
1414
std: [c++98, c++11, c++14] # TODO: c++17 is failing !
1515

1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818
- name: setup python
19-
uses: actions/setup-python@v2
19+
uses: actions/setup-python@v5
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222
- name: setup prerequisites

0 commit comments

Comments
 (0)