Skip to content

Commit 521c4e7

Browse files
authored
Fix and update the test workflow.
1 parent 24e7bc5 commit 521c4e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-13, macos-15, windows-2025]
25-
version: ["3.10", "3.11", "3.12", "3.13"]
24+
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-15-intel, macos-15, windows-2025]
25+
version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2626

2727
steps:
2828
- name: Checkout code.
@@ -42,4 +42,4 @@ jobs:
4242
run: python -c "import tests"
4343
env:
4444
SDL_DOC_GENERATOR: ${{github.event_name == 'workflow_run' && '1' || '0'}}
45-
SDL_GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}
45+
SDL_GITHUB_TOKEN: ${{secrets.PERSONAL_ACCESS_TOKEN}}

0 commit comments

Comments
 (0)