Skip to content

Commit

Permalink
chore(CI): move macOS job to fast CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Dec 17, 2024
1 parent 2ae696e commit 0568013
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Strong CI on OS ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, macos-latest ]
os: [ ubuntu-latest ]
fail-fast: false
max-parallel: 64

Expand All @@ -32,10 +32,6 @@ jobs:
distribution: zulu
cache: maven

- run: brew install gnu-sed
# https://docs.github.com/en/actions/learn-github-actions/variables#detecting-the-operating-system
# https://docs.github.com/en/actions/learn-github-actions/expressions
if: runner.os == 'macOS'
- name: Run integration test
run: scripts/integration_test
- name: Run integration of demos
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fast_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
name: Fast CI on OS ${{ matrix.os }}
strategy:
matrix:
os: [ ubuntu-latest, windows-latest ]
os: [ ubuntu-latest, windows-latest, macos-latest ]
fail-fast: false
max-parallel: 64

Expand Down

0 comments on commit 0568013

Please sign in to comment.