mirror of
https://github.com/mii443/tokenizers.git
synced 2025-08-22 16:25:30 +00:00
Update the builder to use earlier windows version (2022) is not understood. (#969)
* Update the builder to use earlier windows version (2022) is not understood. * No node for windows. * Ready to deploy.
This commit is contained in:
4
.github/workflows/node-release.yml
vendored
4
.github/workflows/node-release.yml
vendored
@ -16,11 +16,11 @@ jobs:
|
||||
MACOSX_DEPLOYMENT_TARGET: 10.11
|
||||
strategy:
|
||||
matrix:
|
||||
os: [windows-latest, macos-latest, ubuntu-latest]
|
||||
os: [windows-2019, macos-latest, ubuntu-latest]
|
||||
node-version: [10.x, 12.x, 13.x, 14.x, 15.x]
|
||||
exclude:
|
||||
# Exclude node 15 for windows
|
||||
- os: windows-latest
|
||||
- os: windows-2019
|
||||
node-version: 15.x
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Reference in New Issue
Block a user