aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.github/workflows
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:31:26 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 00:31:26 +0100
commitffee0972af8ac4ddd2bca6b61cc6d600fc65e1ee (patch)
tree9f9278972d039b6c71939d5457685eee85e685e0 /.github/workflows
parentfix preludes in bash scripts (diff)
downloadmath-server-ffee0972af8ac4ddd2bca6b61cc6d600fc65e1ee.tar.gz
math-server-ffee0972af8ac4ddd2bca6b61cc6d600fc65e1ee.zip
workflows/ci: actualize runner OSes
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/ci.yml3
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.