diff options
author | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-08 02:59:51 +0400 |
---|---|---|
committer | Mitya Selivanov <0x7fffff@guattari.ru> | 2022-08-08 02:59:51 +0400 |
commit | 3a6a7bcf36feb6a3ccb691b13f89ed89b9956311 (patch) | |
tree | a22cbc619dd5d5ddae2100f32a87470ff7ebb111 | |
parent | 806ade6d1da809c3be2776e3482c677314ca2f0b (diff) | |
download | kit-3a6a7bcf36feb6a3ccb691b13f89ed89b9956311.zip |
test
-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 50aad28..2cf8062 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: [ ubuntu-latest, macos-latest, windows-latest ] runs-on: ${{ matrix.os }} |