Skip to content

Commit

Permalink
Remove mac OS support
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorall authored Apr 18, 2024
1 parent e2d43dd commit 3992460
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
# TODO: someone with more windows chops please add windows test support
# os: [windows-latest, ubuntu-latest, macos-latest]
# TODO: keep an eye when macos-14+ (M1) support is available
os: [ubuntu-latest, macos-13]
os: [ubuntu-latest]
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand All @@ -31,10 +31,6 @@ jobs:
cp sample.env .env <-- do not know what windows cp. COPY?
C:\Program Files\Git\bin\bash.exe ./build/scripts/check-secrets.sh yes
- name: Setup docker for mac
if: matrix.os == 'macos-13'
uses: douglascamata/setup-docker-macos-action@v1-alpha

- name: init secrets
if: matrix.os != 'windows-latest'
run: |-
Expand Down

0 comments on commit 3992460

Please sign in to comment.