diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:31:26 +0100 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-01-02 00:31:26 +0100 |
commit | ffee0972af8ac4ddd2bca6b61cc6d600fc65e1ee (patch) | |
tree | 9f9278972d039b6c71939d5457685eee85e685e0 | |
parent | fix preludes in bash scripts (diff) | |
download | math-server-ffee0972af8ac4ddd2bca6b61cc6d600fc65e1ee.tar.gz math-server-ffee0972af8ac4ddd2bca6b61cc6d600fc65e1ee.zip |
workflows/ci: actualize runner OSes
-rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0dcf83d..4051fbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,12 +24,11 @@ jobs: build: strategy: matrix: - toolset: [gcc, vs2017, vs2019] + toolset: [gcc, vs2019] platform: [x64, x86] configuration: [Debug, Release] include: - {toolset: gcc, os: ubuntu-latest} - - {toolset: vs2017, os: windows-2016} - {toolset: vs2019, os: windows-2019} exclude: # 32-bit Linux builds, meh. |