File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change 43
43
COMPRESSED_PKG_PATH : _CPack_Packages/Linux/TGZ
44
44
QT_OS_NAME : linux
45
45
QT_ARCH : gcc_64
46
+ arch : x86_64
46
47
- os : ubuntu-22.04
47
48
SELF_HOSTED : false
48
49
PLATFORM_NAME : Linux
52
53
COMPRESSED_PKG_PATH : _CPack_Packages/Linux/TGZ
53
54
QT_OS_NAME : linux
54
55
QT_ARCH : gcc_64
56
+ arch : x86_64
55
57
- os : windows-2022
56
58
SELF_HOSTED : false
57
59
PLATFORM_NAME : Windows
61
63
COMPRESSED_PKG_PATH : _CPack_Packages/win64/ZIP
62
64
QT_OS_NAME : windows
63
65
QT_ARCH : win64_msvc2019_64
66
+ arch : x86_64
64
67
- os : macos-13
65
68
SELF_HOSTED : false
66
69
PLATFORM_NAME : Darwin
@@ -618,6 +621,7 @@ jobs:
618
621
echo "::endgroup::"
619
622
620
623
- name : Upload otool info as artifact
624
+ if : runner.os == 'macOS'
621
625
uses : actions/upload-artifact@v4
622
626
with :
623
627
name : otool_infos_cpack_${{ matrix.os }}_${{ matrix.arch }}
@@ -699,8 +703,8 @@ jobs:
699
703
ls OpenStudioApplication-* || true
700
704
701
705
702
- test_package :
703
- name : Test Built Package
706
+ test_package_macos :
707
+ name : Test Built Package on macOS
704
708
needs : build
705
709
runs-on : ${{ matrix.os }}
706
710
strategy :
You can’t perform that action at this time.
0 commit comments