Skip to content

Commit

Permalink
CI: fix OS
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-will committed Jun 3, 2024
1 parent 4937628 commit 629844d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ concurrency:

jobs:
unittests:
name: Unit tests - Python ${{ matrix.python-version }}
name: Unit tests - Python ${{ matrix.python-version }} (${{ matrix.os }})

strategy:
fail-fast: false
Expand All @@ -24,7 +24,7 @@ jobs:
python-version: 3.11
- os: macos-latest
python-version: 3.11
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 629844d

Please sign in to comment.