We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f8045f commit 7b0a058Copy full SHA for 7b0a058
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ concurrency:
23
env:
24
FREEBSD_CLANG_VERSION: 19
25
LINUX_GCC_VERSION: 12
26
- MACOSX_DEPLOYMENT_TARGET: 13.0
+ MACOSX_DEPLOYMENT_TARGET: 14.0
27
28
jobs:
29
build:
@@ -55,7 +55,7 @@ jobs:
55
target: powerpc64le-linux-gnu
56
build: ALL
57
- name: Darwin-x86_64
58
- os: macos-13
+ os: macos-14
59
arch: x86_64
60
generator: "Unix Makefiles"
61
shell: bash
0 commit comments