Skip to content

Commit

Permalink
TST: Use windows-2019
Browse files Browse the repository at this point in the history
until Microsoft fix windows-latest env
  • Loading branch information
pllim committed Mar 1, 2022
1 parent 995549c commit c482107
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request:
push:
branches: [ main ]
tags:
tags: '*'
workflow_dispatch:
schedule:
# Monthly cron
Expand Down Expand Up @@ -57,13 +57,13 @@ jobs:
toxenv: py39-test-sphinxdev

# Windows - just the oldest, stable, and dev
- os: windows-latest
- os: windows-2019
python-version: 3.7
toxenv: py37-test-sphinx24
- os: windows-latest
- os: windows-2019
python-version: 3.8
toxenv: py38-test-sphinx43-clocale
- os: windows-latest
- os: windows-2019
python-version: 3.9
toxenv: py39-test-sphinxdev

Expand Down

0 comments on commit c482107

Please sign in to comment.