From 5899846dcdeb9b2a2c871d0f34f4f4d2c166b529 Mon Sep 17 00:00:00 2001 From: Vindaar Date: Tue, 9 Apr 2024 18:49:29 +0200 Subject: [PATCH] update CI --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e3be18..b9d36a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,15 +18,15 @@ jobs: strategy: fail-fast: false matrix: - branch: [version-1-4, devel] + branch: [version-1-6, version-2-0, devel] target: [linux, macos, windows] include: - target: linux - builder: ubuntu-18.04 + builder: ubuntu-latest - target: macos - builder: macos-10.15 + builder: macos-latest - target: windows - builder: windows-2019 + builder: windows-latest name: '${{ matrix.target }} (${{ matrix.branch }})' runs-on: ${{ matrix.builder }} steps: