workflows: update MacOS jobs to macos-13

This commit is contained in:
Matthias Schiffer 2024-06-19 19:38:52 +02:00
parent e9abe6b502
commit 661da4698d
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C

View file

@ -91,9 +91,9 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- os: 'macos-11' - os: 'macos-13'
target: 'aarch64-apple-darwin' target: 'aarch64-apple-darwin'
- os: 'macos-11' - os: 'macos-13'
target: 'x86_64-apple-darwin' target: 'x86_64-apple-darwin'
- os: 'windows-2019' - os: 'windows-2019'
target: 'x86_64-pc-windows-msvc' target: 'x86_64-pc-windows-msvc'