Skip to content

Commit

Permalink
Upgrade cmake to 3.30.0
Browse files Browse the repository at this point in the history
  • Loading branch information
certik committed Jul 8, 2024
1 parent 9c6ce9e commit e2b7a67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
environment-file: ci/environment.yml
create-args: >-
python=${{ matrix.python-version }}
cmake=3.21.1
cmake=3.30.0
- name: Install Windows Conda Packages
if: contains(matrix.os, 'windows')
Expand Down Expand Up @@ -456,7 +456,7 @@ jobs:
bison=3.4
re2c=2.2
zlib=1.2.13
cmake=3.21.1
cmake=3.30.0
make=4.3
python=${{ matrix.python-version }}
numpy=1.26.4
Expand Down

0 comments on commit e2b7a67

Please sign in to comment.