use Nim 2.0 in CI (#7)

* use Nim 2.0 in CI

* use non-deprecated Ubuntu and macOS images
This commit is contained in:
tersec 2023-04-07 17:17:48 +00:00 committed by GitHub
parent 826e2fc013
commit 1cbdd8d361
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -22,15 +22,15 @@ 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
builder: macos-10.15
builder: macos-11
shell: bash
- target:
os: windows