We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b06eb commit 45bb856Copy full SHA for 45bb856
1 file changed
.github/workflows/Create_installer.yml
@@ -21,8 +21,7 @@ jobs:
21
# 4. <MacOS 14 with arm64 arch, Release, Clang 15 compiler toolchain
22
# To add more build types (Release, Debug, RelWithDebInfo, etc.) customize the list.
23
matrix:
24
- # os: [windows-2022, ubuntu-22.04, macos-14, macos-15-intel]
25
- os: [macos-14]
+ os: [windows-2022, ubuntu-22.04, macos-14, macos-15-intel]
26
27
steps:
28
- name: Checkout EasyImaginApp
0 commit comments