Skip to content

Commit 1b3e8b2

Browse files
committed
Downgrade macos python (3.11 codesign bug) + BUILD
1 parent bcc6584 commit 1b3e8b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
config:
1717
- { os: "windows-2019", python: "3.11.2", cx-freeze: "6.14.7", cx-logging: "v3.1.0" }
1818
- { os: "ubuntu-20.04", python: "3.11.2", cx-freeze: "6.14.7", cx-logging: "" }
19-
- { os: "macos-11", python: "3.11.2", cx-freeze: "6.14.7", cx-logging: "" }
19+
- { os: "macos-11", python: "3.10.9", cx-freeze: "6.14.7", cx-logging: "" }
2020
name: "${{ matrix.config.os }}"
2121
runs-on: "${{ matrix.config.os }}"
2222
if: "github.event_name != 'push' || contains(github.event.head_commit.message, '+ BUILD')"

0 commit comments

Comments
 (0)