Skip to content

Commit 67507b0

Browse files
authored
Update linting_and_unittests.yml
1 parent 1b6b339 commit 67507b0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linting_and_unittests.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@ jobs:
1717
exclude:
1818
# run python < 3.10 on macos-13 instead of latest (https://github.com/actions/setup-python/issues/855)
1919
- os: macos-latest
20-
node: 3.9
20+
python-version: 3.9
2121
- os: macos-latest
22-
node: 3.8
22+
python-version: 3.8
2323
- os: macos-13
24-
node: 3.10
24+
python-version: 3.10
2525
- os: macos-13
26-
node: 3.11
26+
python-version: 3.11
2727
- os: macos-13
28-
node: 3.12
28+
python-version: 3.12
2929

3030
runs-on: ${{ matrix.os }}
3131
steps:

0 commit comments

Comments
 (0)