Skip to content

Commit 701de64

Browse files
committed
update CI to use ubuntu-latest and test Nim 2.0
1 parent 7909f8b commit 701de64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
branch: [version-1-6, 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
2727
# builder: macos-10.15
2828
# - target: windows

0 commit comments

Comments
 (0)