Skip to content

Commit 6186db2

Browse files
committed
Upgrading CI macos-latest
1 parent 34a3dfb commit 6186db2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
pypi: yes
1515
- os: ubuntu-22.04
1616
name: ubuntu_22
17-
- os: macos-12
17+
- os: macos-latest
1818
name: macos
1919
- os: windows-latest
2020
name: windows

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: "3.12"
2222

2323
# Mac
24-
- os: macos-12
24+
- os: macos-latest
2525
python-version: "3.8"
2626
pyinstaller: yes
2727

0 commit comments

Comments
 (0)