Skip to content

Commit f308f1b

Browse files
authored
fix(ci): don't build on macos for now
1 parent de1a530 commit f308f1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/develop_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
needs: [check-codestyle]
6464
strategy:
6565
matrix:
66-
os: [ubuntu-latest, macos-latest]
66+
os: [ubuntu-latest]
6767
runs-on: ${{ matrix.os }}
6868
if: needs.file-changes.outputs.any == 'true'
6969
steps:

0 commit comments

Comments
 (0)