Clean up macOS CI job config

This commit is contained in:
Charles Dang 2024-07-08 15:37:00 -04:00
parent 5a77ff92c6
commit 21cbe43a00

View file

@ -237,7 +237,7 @@ jobs:
make pot-update; echo "Ran make pot-update"
make mo-update; echo "Ran make mo-update"
make clean
scons translations build=release --debug=time nls=true jobs=2; echo "Ran scons translations"
scons pot-update; echo "Ran scons pot-update"
scons update-po4a; echo "Ran scons update-po4a"
@ -251,7 +251,6 @@ jobs:
runs-on: macos-12
env:
CFG: ${{ matrix.cfg }}
DEVELOPER_DIR: /Applications/Xcode_13.1.app/Contents/Developer
steps:
- uses: actions/checkout@v4