We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcc6584 commit 1b3e8b2Copy full SHA for 1b3e8b2
1 file changed
.github/workflows/build.yml
@@ -16,7 +16,7 @@ jobs:
16
config:
17
- { os: "windows-2019", python: "3.11.2", cx-freeze: "6.14.7", cx-logging: "v3.1.0" }
18
- { 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: "" }
+ - { os: "macos-11", python: "3.10.9", cx-freeze: "6.14.7", cx-logging: "" }
20
name: "${{ matrix.config.os }}"
21
runs-on: "${{ matrix.config.os }}"
22
if: "github.event_name != 'push' || contains(github.event.head_commit.message, '+ BUILD')"
0 commit comments