Skip to content

Commit

Permalink
setup-miniconda@v3, macos-13 (#69)
Browse files Browse the repository at this point in the history
* setup-miniconda@v3

* Update osx.yml to macos-13
  • Loading branch information
gdmiron authored Jul 23, 2024
1 parent d91d986 commit 7c76c01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.config }}-${{ runner.python-version }}-${{ github.ref }}-ccache-
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/osx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fail-fast: true
max-parallel: 4
matrix:
os: ["macos-latest"]
os: ["macos-13"]
python-version: [3.9]
config: ["Release"]

Expand All @@ -44,7 +44,7 @@ jobs:
restore-keys: |
${{ runner.os }}-${{ matrix.config }}-${{ runner.python-version }}-${{ github.ref }}-ccache-
- uses: conda-incubator/setup-miniconda@v2
- uses: conda-incubator/setup-miniconda@v3
with:
auto-update-conda: true
python-version: ${{ matrix.python-version }}
Expand All @@ -58,7 +58,7 @@ jobs:
run: |
conda config --set always_yes yes --set changeps1 no
conda config --add channels conda-forge
conda install conda-devenv=2
conda install conda-devenv
conda devenv
- name: Building, Testing & Installing ThermoFun
Expand Down

0 comments on commit 7c76c01

Please sign in to comment.