Skip to content

Commit 7e6741b

Browse files
authored
fix: upgrade macOS version to 14 in release workflow (#1334)
1 parent eddf6f3 commit 7e6741b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- os: ubuntu-22.04
2626
locale: C.UTF-8
2727
# https://endoflife.date/macos
28-
- os: macos-13
28+
- os: macos-14
2929
locale: en_US.UTF-8
3030
env:
3131
LC_ALL: ${{ matrix.locale }}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- [Bugfix] Fix release workflow by replacing deprecated macos-13 with macos-14. (by @ahmed-arb)

0 commit comments

Comments
 (0)