Skip to content

Commit 096712f

Browse files
suggestions from code review: Run on windows-2022
Co-authored-by: Eemeli Aro <[email protected]>
1 parent 6e8e716 commit 096712f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ jobs:
2323
- run: python -m flake8
2424
- run: python -m mypy fluent.syntax/fluent fluent.runtime/fluent
2525
test:
26-
# Workaround Python 3.7 no longer supported https://github.com/actions/setup-python/issues/962#issuecomment-2414454450
27-
#runs-on: ubuntu-latest
28-
runs-on: ubuntu-22.04
26+
runs-on: ${{ matrix.os }}
2927
strategy:
3028
matrix:
29+
os: [ubuntu-22.04, windows-2022]
3130
python-version: [3.7, 3.8, 3.9, "3.10", 3.11, 3.12, pypy3.9, pypy3.10]
3231
steps:
3332
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)