use macos-13 builders; macos-12 EOL (#6602)

This commit is contained in:
tersec 2024-10-06 15:11:46 +00:00 committed by GitHub
parent 17d66118e8
commit 409023b95c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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