Skip to content

Commit

Permalink
Still hangs on codesign. Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Sep 5, 2023
1 parent 2e21dd8 commit bbd8138
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/installers-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
run: |
if [[ $BUILD_MAC == "true" ]]; then
target_platform="'osx-64'"
include="{'os': 'macos-11', 'target-platform': 'osx-64', 'spyk-arch': 'unix'}"
include="{'os': 'macos-latest', 'target-platform': 'osx-64', 'spyk-arch': 'unix'}"
fi
if [[ $BUILD_LNX == "true" ]]; then
target_platform=${target_platform:+"$target_platform, "}"'linux-64'"
Expand Down
1 change: 1 addition & 0 deletions installers-conda/certkeychain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ fi
log "Creating keychain $KEYCHAINFILE..."
security create-keychain -p $KEY_PASS $KEYCHAIN
security list-keychains -s $KEYCHAIN
security set-keychain-settings -lut 21600 $KEYCHAIN
security unlock-keychain -p $KEY_PASS $KEYCHAIN

log "Importing certificate(s)..."
Expand Down

0 comments on commit bbd8138

Please sign in to comment.