Skip to content

Commit

Permalink
Update MacOS DMG build (#2141)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkbo authored Dec 23, 2024
2 parents 83fca9f + 677274a commit 7682ae0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build_mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ jobs:

buildMac-AMD64:
needs: buildAssets
# Stay on macos-12 due to https://github.com/create-dmg/create-dmg/issues/143
runs-on: macos-12
runs-on: macos-latest
env:
PYTHON_VERSION: "3.12"
PACKAGE_ARCH: x86_64
Expand Down Expand Up @@ -40,7 +39,7 @@ jobs:

buildMac-M1:
needs: buildAssets
runs-on: macos-14
runs-on: macos-latest
env:
PYTHON_VERSION: "3.12"
PACKAGE_ARCH: aarch64
Expand Down
1 change: 1 addition & 0 deletions setup/macos/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ conda install -c conda-forge enchant hunspell-en --yes
# Install dependencies
echo "Installing Python dependencies ..."
pip install -r "$SRC_DIR/requirements.txt"
pip install pyenchant==3.3.0rc1

# Leave conda env
conda deactivate
Expand Down

0 comments on commit 7682ae0

Please sign in to comment.