Skip to content

Commit 327bf1f

Browse files
authored
fix: macos build (#78)
Went down to oldest macos image, but that seems to break things. Now on macos 14. This may cause incompatibility for macos < 14, but we build on macos 14 today so won't break any existing installs.
1 parent 7d3c357 commit 327bf1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
fail-fast: true
5454
matrix:
5555
include:
56-
- os: macos-13
56+
- os: macos-14
5757
TARGET: macos
5858
CMD_BUILD: >
5959
cd ./codecov-cli &&

0 commit comments

Comments
 (0)