File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ defaults:
1212 shell : bash -e -l {0}
1313jobs :
1414 build :
15- runs-on : ubuntu-20.04
15+ runs-on : ubuntu-latest
1616 name : ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}
1717 strategy :
1818 fail-fast : false
1919 matrix :
2020 sys :
21- - {compiler: gcc, version: '8'}
2221 - {compiler: gcc, version: '9'}
2322 - {compiler: gcc, version: '10'}
2423 - {compiler: gcc, version: '11'}
24+ - {compiler: gcc, version: '12'}
2525 - {compiler: clang, version: '15'}
2626 - {compiler: clang, version: '16'}
2727
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ dependencies:
77 - ninja
88 # Host dependencies
99 - xtensor>=0.25,<0.26
10- - numpy
11- - pybind11>=2.6.1 ,<3
10+ - numpy>=2.0
11+ - pybind11>=2.12.0 ,<3
1212 # Test dependencies
1313 - pytest
1414
You can’t perform that action at this time.
0 commit comments