Skip to content

Commit 238dda5

Browse files
committed
chore(ci): check ubuntu images on GHA
1 parent cdae7d0 commit 238dda5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/testing.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,14 @@ env:
99
jobs:
1010
test:
1111
name: Testing on
12-
runs-on: ubuntu-latest
12+
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
1515
python-version: ["3.11", "3.10", 3.9, 3.8, 3.7, pypy-3.9]
16+
os: ["ubuntu-22.04"]
17+
include:
18+
- os: "ubuntu-latest"
19+
python-version: 3.11
1620
steps:
1721
- uses: actions/checkout@v3
1822
- name: Set up Python

0 commit comments

Comments
 (0)