We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cea854 commit f8669d6Copy full SHA for f8669d6
.github/workflows/CI.yml
@@ -134,7 +134,7 @@ jobs:
134
fail-fast: false
135
matrix:
136
# OS [ubuntu-latest, macos-latest, windows-latest]
137
- os: [macos-13,macos-14]
+ os: [macos-14,macos-15]
138
python-version: [3.12]
139
steps:
140
- name: Get current year-month
.github/workflows/build_wheels.yml
@@ -15,7 +15,8 @@ jobs:
15
runs-on: ${{ matrix.os }}
16
strategy:
17
18
- os: [ubuntu-20.04, windows-2019]
+ #os: [ubuntu-20.04, windows-2019]
19
+ os: [ubuntu-latest, windows-latest]
20
21
22
- uses: actions/checkout@v4
0 commit comments