Skip to content

Commit

Permalink
Rm macos from alt install action
Browse files Browse the repository at this point in the history
  • Loading branch information
robatron committed Feb 28, 2024
1 parent df99fd5 commit f0c6545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e-test-bootstrap-apply.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [macos-latest, ubuntu-latest]
os: [ubuntu-latest]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit f0c6545

Please sign in to comment.