1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-18 08:00:40 +00:00

Github has fewer runners than I thought.

This commit is contained in:
Calvin Rose 2024-09-29 07:17:28 -05:00
parent 8f879b4adc
commit 72c659d1ee

View File

@ -25,7 +25,7 @@ jobs:
name: Build and test on Windows
strategy:
matrix:
os: [ windows-latest, windows-2019, windows-2017 ]
os: [ windows-latest, windows-2019 ]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout the repository