Skip to content

Commit 5899846

Browse files
committed
update CI
1 parent 2f47a81 commit 5899846

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
branch: [version-1-4, devel]
21+
branch: [version-1-6, version-2-0, devel]
2222
target: [linux, macos, windows]
2323
include:
2424
- target: linux
25-
builder: ubuntu-18.04
25+
builder: ubuntu-latest
2626
- target: macos
27-
builder: macos-10.15
27+
builder: macos-latest
2828
- target: windows
29-
builder: windows-2019
29+
builder: windows-latest
3030
name: '${{ matrix.target }} (${{ matrix.branch }})'
3131
runs-on: ${{ matrix.builder }}
3232
steps:

0 commit comments

Comments
 (0)