Skip to content

Commit 906cb4b

Browse files
authored
Merge branch 'main' into update-crt
2 parents 4ae6dbf + 2f8fbae commit 906cb4b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ jobs:
265265
fail-fast: false
266266
matrix:
267267
runner:
268-
- macos-13
269268
- macos-latest
270269
permissions:
271270
id-token: write # This is required for requesting the JWT

.github/workflows/license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
python-version: [3.9]
11+
python-version: [3.13]
1212

1313
steps:
1414
- name: Checkout main

0 commit comments

Comments
 (0)