We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34a3dfb commit 6186db2Copy full SHA for 6186db2
.github/workflows/build.yml
@@ -14,7 +14,7 @@ jobs:
14
pypi: yes
15
- os: ubuntu-22.04
16
name: ubuntu_22
17
- - os: macos-12
+ - os: macos-latest
18
name: macos
19
- os: windows-latest
20
name: windows
.github/workflows/tests.yml
@@ -21,7 +21,7 @@ jobs:
21
python-version: "3.12"
22
23
# Mac
24
25
python-version: "3.8"
26
pyinstaller: yes
27
0 commit comments