Skip to content

Commit

Permalink
Build on old windows version?
Browse files Browse the repository at this point in the history
  • Loading branch information
samscott89 committed Dec 18, 2023
1 parent 0c8e3e1 commit 292713f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:

windows_libs:
name: Build release libraries on Windows
runs-on: windows-latest
runs-on: windows-2019
needs: [version]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -383,7 +383,7 @@ jobs:

build_windows_wheels:
name: Build wheels on Windows
runs-on: windows-latest
runs-on: windows-2019
needs: [version, windows_libs]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -463,7 +463,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-11, windows-2019]
go-version: ["1.14", "1.15", "1.16", "1.17"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -629,7 +629,7 @@ jobs:
validate_python_windows:
name: Test python ${{ matrix.python-version }} on Windows
needs: [build_windows_wheels]
runs-on: windows-latest
runs-on: windows-2019
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
Expand Down Expand Up @@ -681,7 +681,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-11, windows-2019]
ruby-version: [2.4, 2.5, 2.6, 2.7, "3.0"]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -714,7 +714,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-11, windows-2019]
java-version: [11, 12, 13, 14]
steps:
- uses: actions/checkout@v2
Expand Down Expand Up @@ -749,7 +749,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-11, windows-latest]
os: [ubuntu-latest, macos-11, windows-2019]
node-version: ["12", "14", "16"]
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 292713f

Please sign in to comment.