Update MacOS DMG build (#2141)
This commit is contained in:
@@ -8,8 +8,7 @@ jobs:
|
|||||||
|
|
||||||
buildMac-AMD64:
|
buildMac-AMD64:
|
||||||
needs: buildAssets
|
needs: buildAssets
|
||||||
# Stay on macos-12 due to https://github.com/create-dmg/create-dmg/issues/143
|
runs-on: macos-latest
|
||||||
runs-on: macos-12
|
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: "3.12"
|
PYTHON_VERSION: "3.12"
|
||||||
PACKAGE_ARCH: x86_64
|
PACKAGE_ARCH: x86_64
|
||||||
@@ -40,7 +39,7 @@ jobs:
|
|||||||
|
|
||||||
buildMac-M1:
|
buildMac-M1:
|
||||||
needs: buildAssets
|
needs: buildAssets
|
||||||
runs-on: macos-14
|
runs-on: macos-latest
|
||||||
env:
|
env:
|
||||||
PYTHON_VERSION: "3.12"
|
PYTHON_VERSION: "3.12"
|
||||||
PACKAGE_ARCH: aarch64
|
PACKAGE_ARCH: aarch64
|
||||||
|
|||||||
@@ -104,6 +104,7 @@ conda install -c conda-forge enchant hunspell-en --yes
|
|||||||
# Install dependencies
|
# Install dependencies
|
||||||
echo "Installing Python dependencies ..."
|
echo "Installing Python dependencies ..."
|
||||||
pip install -r "$SRC_DIR/requirements.txt"
|
pip install -r "$SRC_DIR/requirements.txt"
|
||||||
|
pip install pyenchant==3.3.0rc1
|
||||||
|
|
||||||
# Leave conda env
|
# Leave conda env
|
||||||
conda deactivate
|
conda deactivate
|
||||||
|
|||||||
Reference in New Issue
Block a user