Clean up macOS CI job config
This commit is contained in:
parent
5a77ff92c6
commit
21cbe43a00
1 changed files with 1 additions and 2 deletions
3
.github/workflows/ci-main.yml
vendored
3
.github/workflows/ci-main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue