We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2468417 commit 8b6b69cCopy full SHA for 8b6b69c
.github/workflows/build-wheels.yml
@@ -23,7 +23,7 @@ jobs:
23
strategy:
24
fail-fast: false
25
matrix:
26
- os: [ubuntu-20.04, windows-2019, macos-12]
+ os: [ubuntu-20.04, windows-2019, macos-latest]
27
steps:
28
29
- name: Checkout
@@ -61,11 +61,11 @@ jobs:
61
62
63
include:
64
- - {python: '3.8', os: macos-12}
65
- - {python: '3.9', os: macos-12}
66
- - {python: '3.10', os: macos-12}
67
- - {python: '3.11', os: macos-12}
68
- - {python: '3.12', os: macos-12}
+ - {python: '3.8', os: macos-latest}
+ - {python: '3.9', os: macos-latest}
+ - {python: '3.10', os: macos-latest}
+ - {python: '3.11', os: macos-latest}
+ - {python: '3.12', os: macos-latest}
69
70
- {python: '3.8', os: ubuntu-20.04}
71
- {python: '3.9', os: ubuntu-20.04}
0 commit comments