Skip to content

Commit a2788b6

Browse files
author
a.pirogov
committed
add macos and python 3.11 to test ci matrix
1 parent 608b885 commit a2788b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ jobs:
7272
strategy:
7373
fail-fast: true
7474
matrix:
75-
os: [ "ubuntu-latest" ]
76-
python-version: [ "3.8", "3.9", "3.10" ]
75+
os: [ "ubuntu-latest", "macos-latest" ]
76+
python-version: [ "3.8", "3.9", "3.10", "3.11" ]
7777
runs-on: ${{ matrix.os }}
7878

7979
steps:

0 commit comments

Comments
 (0)