Skip to content

Commit f417835

Browse files
committed
build: Pin MacOS & Windows images
Signed-off-by: Dmitry Dygalo <[email protected]>
1 parent ad5d5ad commit f417835

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-release.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
path: dist
4343

4444
macos-x86_64:
45-
runs-on: macos-latest
45+
runs-on: macos-12
4646
steps:
4747
- uses: actions/checkout@v4
4848
- uses: actions/setup-python@v5
@@ -65,7 +65,7 @@ jobs:
6565
path: dist
6666

6767
macos-universal:
68-
runs-on: macos-latest
68+
runs-on: macos-12
6969
steps:
7070
- uses: actions/checkout@v4
7171
- uses: actions/setup-python@v5
@@ -87,7 +87,7 @@ jobs:
8787
path: dist
8888

8989
windows:
90-
runs-on: windows-latest
90+
runs-on: windows-2022
9191
strategy:
9292
matrix:
9393
target: [x64, x86]
@@ -246,15 +246,15 @@ jobs:
246246
runs-on: ${{ matrix.os }}
247247
strategy:
248248
matrix:
249-
os: [ubuntu-22.04, macos-latest]
249+
os: [ubuntu-22.04, macos-12]
250250
target: [x86_64, aarch64]
251251
python-version:
252252
- "3.7"
253253
- "3.8"
254254
- "3.9"
255255
- "3.10"
256256
exclude:
257-
- os: macos-latest
257+
- os: macos-12
258258
target: aarch64
259259
steps:
260260
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)