Update macOS, temporarily use the native build system for ubuntu 22.04

This commit is contained in:
Andrea Cavalli 2023-04-26 16:42:09 +02:00
parent be56497397
commit 601eec6337
2 changed files with 2 additions and 4 deletions

View File

@ -129,7 +129,6 @@ jobs:
API_TYPE=legacy ./scripts/continuous-integration/github-workflows/deploy-release.sh
API_TYPE=sealed ./scripts/continuous-integration/github-workflows/deploy-release.sh
API_TYPE=legacy ./scripts/continuous-integration/github-workflows/deploy-javadoc.sh
API_TYPE=sealed ./scripts/continuous-integration/github-workflows/deploy-javadoc.sh
env:
MAVEN_USERNAME: ${{ secrets.MCHV_USERNAME }}

View File

@ -10,9 +10,8 @@ if [[ "$OPERATING_SYSTEM_NAME" == "linux" ]]; then
elif [[ "$OPERATING_SYSTEM_NAME" == "osx" ]]; then
echo "==OSX======"
export PYTHON=36
brew install swig;
brew install gperf openssl coreutils
brew install gperf cmake openssl coreutils
brew install openjdk
elif [[ "$OPERATING_SYSTEM_NAME" == "windows" ]]; then
echo "==Windows=="
#choco install visualstudio2019buildtools --version=16.10.4.0 --allow-downgrade --package-parameters "--passive"