diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 264a996..0c8e40e 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -12,16 +12,16 @@ defaults: shell: bash -e -l {0} jobs: build: - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest name: ${{ matrix.sys.compiler }} ${{ matrix.sys.version }} strategy: fail-fast: false matrix: sys: - - {compiler: gcc, version: '8'} - {compiler: gcc, version: '9'} - {compiler: gcc, version: '10'} - {compiler: gcc, version: '11'} + - {compiler: gcc, version: '12'} - {compiler: clang, version: '15'} - {compiler: clang, version: '16'} diff --git a/environment-dev.yml b/environment-dev.yml index 122bf4d..1c2bd8b 100644 --- a/environment-dev.yml +++ b/environment-dev.yml @@ -7,8 +7,8 @@ dependencies: - ninja # Host dependencies - xtensor>=0.25,<0.26 - - numpy - - pybind11>=2.6.1,<3 + - numpy>=2.0 + - pybind11>=2.12.0,<3 # Test dependencies - pytest