File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ defaults:
12
12
shell : bash -e -l {0}
13
13
jobs :
14
14
build :
15
- runs-on : ubuntu-20.04
15
+ runs-on : ubuntu-latest
16
16
name : ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}
17
17
strategy :
18
18
fail-fast : false
19
19
matrix :
20
20
sys :
21
- - {compiler: gcc, version: '8'}
22
21
- {compiler: gcc, version: '9'}
23
22
- {compiler: gcc, version: '10'}
24
23
- {compiler: gcc, version: '11'}
24
+ - {compiler: gcc, version: '12'}
25
25
- {compiler: clang, version: '15'}
26
26
- {compiler: clang, version: '16'}
27
27
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ dependencies:
7
7
- ninja
8
8
# Host dependencies
9
9
- xtensor>=0.25,<0.26
10
- - numpy
11
- - pybind11>=2.6.1 ,<3
10
+ - numpy>=2.0
11
+ - pybind11>=2.12.0 ,<3
12
12
# Test dependencies
13
13
- pytest
14
14
You can’t perform that action at this time.
0 commit comments