2020 runs-on : ${{ matrix.os }}
2121 strategy :
2222 matrix :
23- os : [ubuntu-latest, macos-latest, macos-13 ]
24- python-version : ['3.12 ']
23+ os : [ubuntu-latest, macos-latest, macos-15-intel ]
24+ python-version : ['3.13 ']
2525
2626 steps :
2727 - uses : actions/checkout@v5
5252 strategy :
5353 matrix :
5454 os : [ubuntu-latest]
55- python-version : ['3.12 ']
55+ python-version : ['3.13 ']
5656
5757 steps :
5858 - uses : actions/checkout@v5
8282 strategy :
8383 matrix :
8484 os : [ubuntu-latest]
85- python-version : ['3.12 ']
85+ python-version : ['3.13 ']
8686
8787 steps :
8888 - uses : actions/checkout@v5
@@ -109,7 +109,7 @@ jobs:
109109 strategy :
110110 matrix :
111111 os : [ubuntu-latest]
112- python-version : ['3.12 ']
112+ python-version : ['3.13 ']
113113
114114 steps :
115115 - uses : actions/checkout@v5
@@ -135,7 +135,7 @@ jobs:
135135 strategy :
136136 matrix :
137137 os : [ubuntu-latest]
138- python-version : ['3.12 ']
138+ python-version : ['3.13 ']
139139
140140 steps :
141141 - uses : actions/checkout@v5
@@ -174,7 +174,7 @@ jobs:
174174 strategy :
175175 matrix :
176176 os : [ubuntu-latest]
177- python-version : ['3.12 ']
177+ python-version : ['3.13 ']
178178
179179 steps :
180180 - uses : actions/checkout@v5
0 commit comments