Skip to content

Commit 4936d5d

Browse files
Removed a deprecated Github Actions runner.
1 parent 3efcbd1 commit 4936d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
python-version: ['3.10', '3.11', '3.12', '3.13']
13-
os: ['ubuntu-22.04', 'ubuntu-24.04', 'macos-13', 'macos-14', 'macos-15', 'windows-2022', 'windows-2025']
13+
os: ['ubuntu-22.04', 'ubuntu-24.04', 'macos-14', 'macos-15', 'windows-2022', 'windows-2025']
1414

1515
runs-on: ${{ matrix.os }}
1616

0 commit comments

Comments
 (0)