Skip to content

Commit

Permalink
update CI to use ubuntu-latest and test Nim 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Mar 25, 2024
1 parent 5063d90 commit e2f819d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ jobs:
strategy:
fail-fast: false
matrix:
branch: [version-1-6, 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
# - target: windows
Expand Down

0 comments on commit e2f819d

Please sign in to comment.