use macos-13 builders; macos-12 EOL (#6602)
This commit is contained in:
parent
17d66118e8
commit
409023b95c
|
@ -52,7 +52,7 @@ jobs:
|
||||||
builder: ['self-hosted','ubuntu-22.04']
|
builder: ['self-hosted','ubuntu-22.04']
|
||||||
- target:
|
- target:
|
||||||
os: macos
|
os: macos
|
||||||
builder: macos-12
|
builder: macos-13
|
||||||
- target:
|
- target:
|
||||||
os: windows
|
os: windows
|
||||||
builder: windows-2019
|
builder: windows-2019
|
||||||
|
|
|
@ -26,10 +26,10 @@ jobs:
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
- os: windows
|
- os: windows
|
||||||
cpu: amd64
|
cpu: amd64
|
||||||
branch: [upstream/version-1-6, upstream/devel]
|
branch: [upstream/version-2-0, upstream/devel]
|
||||||
include:
|
include:
|
||||||
- branch: upstream/version-1-6
|
- branch: upstream/version-2-0
|
||||||
branch-short: version-1-6
|
branch-short: version-2-0
|
||||||
- branch: upstream/devel
|
- branch: upstream/devel
|
||||||
branch-short: devel
|
branch-short: devel
|
||||||
nimflags-extra: --mm:refc
|
nimflags-extra: --mm:refc
|
||||||
|
@ -39,7 +39,7 @@ jobs:
|
||||||
shell: bash
|
shell: bash
|
||||||
- target:
|
- target:
|
||||||
os: macos
|
os: macos
|
||||||
builder: macos-11
|
builder: macos-13
|
||||||
shell: bash
|
shell: bash
|
||||||
- target:
|
- target:
|
||||||
os: windows
|
os: windows
|
||||||
|
|
Loading…
Reference in New Issue