Skip to content

Commit f8669d6

Browse files
committed
Remove old images
1 parent 2cea854 commit f8669d6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134
fail-fast: false
135135
matrix:
136136
# OS [ubuntu-latest, macos-latest, windows-latest]
137-
os: [macos-13,macos-14]
137+
os: [macos-14,macos-15]
138138
python-version: [3.12]
139139
steps:
140140
- name: Get current year-month

.github/workflows/build_wheels.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
strategy:
1717
matrix:
18-
os: [ubuntu-20.04, windows-2019]
18+
#os: [ubuntu-20.04, windows-2019]
19+
os: [ubuntu-latest, windows-latest]
1920

2021
steps:
2122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)