mirror of
https://github.com/status-im/nim-websock.git
synced 2025-02-13 01:46:49 +00:00
use still-supported versions of Ubuntu and macOS in GitHub Actions CI (#142)
This commit is contained in:
parent
fea05cde8b
commit
6a29d71741
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -30,15 +30,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-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
|
||||
|
Loading…
x
Reference in New Issue
Block a user