Skip to content

Commit

Permalink
14
Browse files Browse the repository at this point in the history
  • Loading branch information
dweindl committed May 3, 2024
1 parent 988bfad commit a4ee3c4
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 @@ -60,7 +60,7 @@ jobs:
file: ./coverage.xml

mac:
runs-on: macos-12
runs-on: macos-14
strategy:
matrix:
python-version: ['3.11']
Expand All @@ -80,7 +80,7 @@ jobs:
path: |
~/.cache/pip
.tox/
key: "${{ runner.os }}-${{ runner.arch }}-py${{ matrix.python-version }}-ci-${{ github.job }}"
key: "${{ runner.os }}-${{ runner.arch }}-py${{ matrix.python-version }}-ci-${{ github.job }}-macos-14"

- name: Install dependencies
run: .github/workflows/install_deps.sh amici
Expand Down

0 comments on commit a4ee3c4

Please sign in to comment.