Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Apr 9, 2024
1 parent 2f47a81 commit 5899846
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5899846

Please sign in to comment.