diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8d080e7..c4cdad3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,13 +12,14 @@ concurrency: jobs: test: name: Test with Python ${{matrix.python}} on ${{matrix.platform}} - runs-on: ${{matrix.platform}}-latest + runs-on: ${{matrix.platform}} strategy: matrix: platform: - - macos - - windows - - ubuntu + - macos-latest + - windows-latest + - ubuntu-latest + - macos-14 python: - "3.10" - "3.11"