use Nim 2.0 in CI (#15)
* use Nim 2.0 in CI * use non-deprecated Ubuntu 20.04 image
This commit is contained in:
parent
235c33c5ef
commit
e49f2f6ee9
|
@ -26,11 +26,11 @@ jobs:
|
|||
cpu: amd64
|
||||
#- os: windows
|
||||
#cpu: i386
|
||||
branch: [version-1-2, version-1-4, version-1-6, devel]
|
||||
branch: [version-1-2, version-1-4, version-1-6, version-2-0, devel]
|
||||
include:
|
||||
- target:
|
||||
os: linux
|
||||
builder: ubuntu-18.04
|
||||
builder: ubuntu-20.04
|
||||
shell: bash
|
||||
- target:
|
||||
os: macos
|
||||
|
|
Loading…
Reference in New Issue