1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-18 16:05:47 +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 name: Build and test on Windows
strategy: strategy:
matrix: matrix:
os: [ windows-latest, windows-2019, windows-2017 ] os: [ windows-latest, windows-2019 ]
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- name: Checkout the repository - name: Checkout the repository