Skip to content

Commit 4ff8db0

Browse files
committed
fix: enable mac
1 parent c6927a9 commit 4ff8db0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
# Operating Systems to test
6262
# Comment out any OS you want to skip during development
6363
OS_MATRIX='[
64-
"ubuntu-latest"
64+
"macos-latest"
6565
]'
6666
# To add more OS: "macos-latest", "windows-latest"
6767
@@ -73,7 +73,7 @@ jobs:
7373
# To add more versions: "3.9", "3.10", "3.12"
7474
7575
# Primary OS and Python for single-runner jobs
76-
PRIMARY_OS="ubuntu-latest"
76+
PRIMARY_OS="macos-latest"
7777
PRIMARY_PYTHON="3.11"
7878
7979
# Enable/Disable Jobs

.github/workflows/_test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,5 @@ jobs:
9090
uses: codecov/codecov-action@v4
9191
with:
9292
file: ./coverage.xml
93+
token: ${{ secrets.CODECOV_TOKEN }}
94+
fail_ci_if_error: false

0 commit comments

Comments
 (0)