Skip to content

Commit

Permalink
add macOS testing to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo committed Oct 25, 2023
1 parent be7c361 commit 2233163
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 @@ -33,7 +33,7 @@ jobs:
matrix:
python: ["python3.9", "python3.10", "python3.11"]

runs-on: ubuntu-latest
runs-on: [ubuntu-latest, macos-latest-xlarge]
steps:
- name: Convert matrix python version to nix python version
run: echo "PYTHON=$(echo ${{ matrix.python }} | tr -d .)" >> $GITHUB_ENV
Expand All @@ -56,7 +56,7 @@ jobs:
docker:
name: Docker image verification

runs-on: ubuntu-latest
runs-on: [ubuntu-latest, macos-latest-xlarge]
steps:
- uses: actions/checkout@v3

Expand Down

0 comments on commit 2233163

Please sign in to comment.