Skip to content

Commit

Permalink
fixing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmaat committed Aug 1, 2024
1 parent 2cf8a07 commit 27424a2
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on: [push, pull_request]

jobs:
test:
# the "Install festival" step does not work on macos-14 (M1 arm64
# architecture), so we stay on an older version
runs-on: macos-13

env:
Expand All @@ -19,12 +21,12 @@ jobs:
- name: Setup python
uses: actions/setup-python@v2

- name: Install espeak-ng
- name: Install espeak
run: |
brew update
brew install espeak-ng
brew install espeak
- name: Check espeak-ng
- name: Check espeak
run: espeak --version

- name: Cache festival
Expand All @@ -49,7 +51,6 @@ jobs:
- name: Check festival
run: |
ls -lA ${{ github.workspace }}/festival/build_festival/festival/bin
$PHONEMIZER_FESTIVAL_EXECUTABLE --version
- name: Install phonemizer
Expand Down

0 comments on commit 27424a2

Please sign in to comment.