File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -708,19 +708,19 @@ jobs:
708
708
# fail-fast: Default is true, switch to false to allow one platform to fail and still run others
709
709
fail-fast : false
710
710
matrix :
711
- os : [macos-13] # , macos-arm64 ]
711
+ os : [macos-13, macos-14 ]
712
712
include :
713
713
- os : macos-13
714
714
SELF_HOSTED : false
715
715
BINARY_EXT : dmg
716
716
COMPRESSED_EXT : tar.gz
717
717
arch : x86_64
718
- # - os: macos-arm64
719
- # SELF_HOSTED: true
720
- # BINARY_EXT: dmg
721
- # COMPRESSED_EXT: tar.gz
722
- # arch: arm64
723
-
718
+ # This is the GHA hosted one
719
+ - os : macos-14
720
+ SELF_HOSTED : false
721
+ BINARY_EXT : dmg
722
+ COMPRESSED_EXT : tar.gz
723
+ arch : arm64
724
724
725
725
steps :
726
726
- uses : actions/checkout@v4 # Still need code checked out to get testing scripts
@@ -760,11 +760,7 @@ jobs:
760
760
echo "::endgroup::"
761
761
762
762
begin_group "Installing"
763
- if [ "${{ matrix.SELF_HOSTED }}" == "true" ]; then
764
- printf "${{ secrets.MACOS_SELF_HOSTED_PASSWORD }}\n" | sudo -S ./temp_mount/$filename.app/Contents/MacOS/$filename --accept-licenses --default-answer --confirm-command --root $(pwd)/test_install install
765
- else
766
- sudo ./temp_mount/$filename.app/Contents/MacOS/$filename --accept-licenses --default-answer --confirm-command --root $(pwd)/test_install install
767
- fi
763
+ sudo ./temp_mount/$filename.app/Contents/MacOS/$filename --accept-licenses --default-answer --confirm-command --root $(pwd)/test_install install
768
764
hdiutil detach ./temp_mount/
769
765
echo "::endgroup::"
770
766
You can’t perform that action at this time.
0 commit comments