Skip to content

Commit 5156318

Browse files
Automatic merge branch 'main' into 'devel'
2 parents ffb2c66 + bf4cef2 commit 5156318

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/BuildAndTest.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
pyversion: ['3.10', '3.11', '3.12', '3.13', '3.14']
17-
os: ['ubuntu-22.04', 'ubuntu-22.04-arm', 'macos-13', 'macos-latest', 'windows-latest']
17+
os: ['ubuntu-22.04', 'ubuntu-22.04-arm', 'macos-15-intel', 'macos-latest', 'windows-latest']
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
@@ -94,7 +94,7 @@ jobs:
9494
fail-fast: false
9595
matrix:
9696
pyversion: ['3.10', '3.11', '3.12', '3.13', '3.14']
97-
os: ['ubuntu-22.04', 'ubuntu-22.04-arm', 'macos-13', 'macos-latest', 'windows-latest']
97+
os: ['ubuntu-22.04', 'ubuntu-22.04-arm', 'macos-15-intel', 'macos-latest', 'windows-latest']
9898
steps:
9999
- uses: actions/checkout@v4
100100
- name: Setup env variables
@@ -133,7 +133,7 @@ jobs:
133133
fail-fast: false
134134
matrix:
135135
pyversion: ['3.10', '3.11', '3.12', '3.13', '3.14']
136-
os: ['ubuntu-latest', 'ubuntu-22.04-arm', 'macos-13', 'macos-latest', 'windows-latest']
136+
os: ['ubuntu-latest', 'ubuntu-22.04-arm', 'macos-15-intel', 'macos-latest', 'windows-latest']
137137
steps:
138138
- name: Setup env variables
139139
id: envs
@@ -178,7 +178,7 @@ jobs:
178178
fail-fast: false
179179
matrix:
180180
pyversion: ['3.10', '3.11', '3.12', '3.13', '3.14']
181-
os: ['ubuntu-latest', 'ubuntu-22.04-arm', 'macos-13', 'macos-latest', 'windows-latest']
181+
os: ['ubuntu-latest', 'ubuntu-22.04-arm', 'macos-15-intel', 'macos-latest', 'windows-latest']
182182
steps:
183183
- name: Setup env variables
184184
id: envs

.github/workflows/CreateAndTestRelease.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
pyversion: ['3.10', '3.11', '3.12', '3.13', '3.14']
36-
os: ['ubuntu-22.04', 'ubuntu-22.04-arm', 'macos-13', 'macos-latest', 'windows-latest']
36+
os: ['ubuntu-22.04', 'ubuntu-22.04-arm', 'macos-15-intel', 'macos-latest', 'windows-latest']
3737
steps:
3838
- uses: actions/checkout@v4
3939
with:
@@ -113,7 +113,7 @@ jobs:
113113
strategy:
114114
matrix:
115115
pyversion: ['3.10', '3.11', '3.12', '3.13', '3.14']
116-
os: ['ubuntu-22.04', 'ubuntu-22.04-arm', 'macos-13', 'macos-latest', 'windows-latest']
116+
os: ['ubuntu-22.04', 'ubuntu-22.04-arm', 'macos-15-intel', 'macos-latest', 'windows-latest']
117117
steps:
118118
- uses: actions/checkout@v4
119119
with:
@@ -151,7 +151,7 @@ jobs:
151151
strategy:
152152
matrix:
153153
pyversion: ['3.10', '3.11', '3.12', '3.13', '3.14']
154-
os: ['ubuntu-latest', 'ubuntu-22.04-arm', 'macos-13', 'macos-latest', 'windows-latest']
154+
os: ['ubuntu-latest', 'ubuntu-22.04-arm', 'macos-15-intel', 'macos-latest', 'windows-latest']
155155
steps:
156156
- name: Setup env variables
157157
id: envs
@@ -195,7 +195,7 @@ jobs:
195195
strategy:
196196
matrix:
197197
pyversion: ['3.10', '3.11', '3.12', '3.13', '3.14']
198-
os: ['ubuntu-latest', 'ubuntu-22.04-arm', 'macos-13', 'macos-latest', 'windows-latest']
198+
os: ['ubuntu-latest', 'ubuntu-22.04-arm', 'macos-15-intel', 'macos-latest', 'windows-latest']
199199
steps:
200200
- name: Setup env variables
201201
id: envs

0 commit comments

Comments
 (0)