Skip to content

Commit

Permalink
Merge pull request #109 from Sigmanificient/ci
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
GiorgosXou committed Apr 25, 2024
2 parents c36b871 + dc0139c commit 5f6cdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nox_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ on:

jobs:
ci:
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.os }}
strategy:
matrix:
python: [ '3.8', '3.9', '3.10' ]
os: [ ubuntu, windows, macos ]
os: [ ubuntu-latest, windows-latest, macos-13 ]
fail-fast: false

name: Nox - py ${{ matrix.python-version }} - ${{ matrix.os }}
Expand Down

0 comments on commit 5f6cdde

Please sign in to comment.