Skip to content

Commit

Permalink
Update build-unix-mac-win.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ajitjohnson authored Apr 25, 2024
1 parent 227a229 commit bf9af89
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build-unix-mac-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,12 @@ jobs:
fail-fast: false
matrix:
python-version: ['3.9', '3.10']
os: [ubuntu-latest, macos-latest, windows-latest]
os: [ubuntu-latest, macos-14, windows-latest]
runs-on: ${{ matrix.os }}

steps:
- name: Checkout current branch
uses: actions/checkout@v4

- name: Install dependencies on macOS
if: matrix.os == 'macos-latest'
run: |
brew install gettext
brew link --force gettext

- name: Install required version of Python
uses: actions/setup-python@v5
Expand Down

0 comments on commit bf9af89

Please sign in to comment.