Skip to content
This repository was archived by the owner on May 29, 2026. It is now read-only.

Commit 3256209

Browse files
committed
Fix mac?
1 parent 7d3c357 commit 3256209

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ name: Build and publish codecov-cli
55

66
on:
77
push:
8-
branches:
9-
- "release/**"
8+
# branches:
9+
# - "release/**"
1010

1111
permissions:
1212
contents: read
@@ -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)