Skip to content

Commit

Permalink
444 investigate failing tests on linux and macos when upgrading meshk…
Browse files Browse the repository at this point in the history
…ernel to 200 (#636)

* update setup python version from v1 to v4

* Add macos-13 to ci.yml
  • Loading branch information
veenstrajelmer authored Apr 29, 2024
1 parent d080e98 commit 60a2cd5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ jobs:
fail-fast: false
matrix:
python-version: ["3.8", "3.9", "3.10", "3.11"]
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-13]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down Expand Up @@ -56,4 +56,4 @@ jobs:
- uses: codecov/codecov-action@v4
env:
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}

0 comments on commit 60a2cd5

Please sign in to comment.