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 306e288 commit 97b6610
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: 3.11 # ${{ matrix.python }}
env:
PYTHON_VERSION: 3.11 # ${{ matrix.python }} # Why do this?
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 97b6610

Please sign in to comment.