Skip to content

Commit

Permalink
update action
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Apr 29, 2024
1 parent 2e03483 commit 5395e3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
sudo apt-get update -y && sudo apt-get install -y zlib1g-dev libglpk-dev libgmp3-dev libxml2-dev libicu-dev libhdf5-serial-dev libcurl4-gnutls-dev
- name: Install macOS system dependencies
if: matrix.config.os == 'macos-latest'
if: matrix.config.os == 'macos-13'
run: |
brew install cairo pkg-config autoconf automake libtool
Expand All @@ -92,7 +92,7 @@ jobs:
hashFiles('environment.yml') }}

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
auto-update-conda: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests_weekly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
sudo apt-get update -y && sudo apt-get install -y zlib1g-dev libglpk-dev libgmp3-dev libxml2-dev libicu-dev libhdf5-serial-dev libcurl4-gnutls-dev
- name: Install macOS system dependencies
if: matrix.config.os == 'macos-latest'
if: matrix.config.os == 'macos-13'
run: |
brew install cairo pkg-config autoconf automake libtool
Expand All @@ -68,7 +68,7 @@ jobs:
hashFiles('environment.yml') }}

- name: Setup Miniconda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
auto-activate-base: true
auto-update-conda: true
Expand Down

0 comments on commit 5395e3c

Please sign in to comment.