Skip to content

Commit

Permalink
use python 3.11 on macos for unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
seemk committed Nov 16, 2023
1 parent 5f7a75d commit 58ff63b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,15 @@ jobs:
matrix:
os: ['ubuntu-latest', 'windows-2019', 'macos-latest']
nodejs: ['14', '16', '17', '18', '20', '21']
include:
- os: 'macos-latest'
python_version: '3.11'
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.11'
python-version: ${{ matrix.python_version }}
- uses: actions/setup-node@v3
with:
node-version: ${{ matrix.nodejs }}
Expand Down

0 comments on commit 58ff63b

Please sign in to comment.