test macOS with Nim 2.0 in CI and use non-EOL macOS version (#5890)
This commit is contained in:
parent
ea29e0afc8
commit
7b5815358e
|
@ -38,9 +38,6 @@ jobs:
|
|||
- target:
|
||||
os: macos
|
||||
branch: upstream/version-1-6
|
||||
- target:
|
||||
os: macos
|
||||
branch: upstream/version-2-0
|
||||
- target:
|
||||
os: windows
|
||||
branch: upstream/version-1-6
|
||||
|
@ -58,7 +55,7 @@ jobs:
|
|||
builder: ['self-hosted','ubuntu-22.04']
|
||||
- target:
|
||||
os: macos
|
||||
builder: macos-11
|
||||
builder: macos-12
|
||||
- target:
|
||||
os: windows
|
||||
builder: windows-2019
|
||||
|
|
Loading…
Reference in New Issue