Skip to content

Commit 7b0a058

Browse files
build(macos): Update deployment target to version 14.0
1 parent 9f8045f commit 7b0a058

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ concurrency:
2323
env:
2424
FREEBSD_CLANG_VERSION: 19
2525
LINUX_GCC_VERSION: 12
26-
MACOSX_DEPLOYMENT_TARGET: 13.0
26+
MACOSX_DEPLOYMENT_TARGET: 14.0
2727

2828
jobs:
2929
build:
@@ -55,7 +55,7 @@ jobs:
5555
target: powerpc64le-linux-gnu
5656
build: ALL
5757
- name: Darwin-x86_64
58-
os: macos-13
58+
os: macos-14
5959
arch: x86_64
6060
generator: "Unix Makefiles"
6161
shell: bash

0 commit comments

Comments
 (0)