Skip to content

Commit

Permalink
test mac CI with python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
todbot committed Nov 24, 2023
1 parent 7e4a587 commit 306e288
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,12 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Use Python ${{ matrix.python }}
uses: actions/setup-python@v4
with:
python-version: 3.11 # ${{ matrix.python }}
env:
PYTHON_VERSION: 3.11 # ${{ matrix.python }} # Why do this?
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v1
with:
Expand Down

0 comments on commit 306e288

Please sign in to comment.