diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-19 16:38:45 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-19 16:38:45 +0400 |
commit | feb9aaf22ffba6a238d572c2b89d60ab9ccbd835 (patch) | |
tree | 833171cdbec13fd1ac66a5e029cc4115f93fbb5f /.github/workflows | |
parent | 1101403cbbf083c703ff29b6951ca93a6a425adc (diff) | |
download | kit-feb9aaf22ffba6a238d572c2b89d60ab9ccbd835.zip |
test win32
Diffstat (limited to '.github/workflows')
-rw-r--r-- | .github/workflows/build_and_test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 6f29517..74501aa 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -16,7 +16,7 @@ jobs: build: strategy: matrix: - os: [ ubuntu-latest, macos-latest, windows-2019 ] + os: [ windows-2019 ] runs-on: ${{ matrix.os }} |