Skip to content

Commit

Permalink
try macos again
Browse files Browse the repository at this point in the history
  • Loading branch information
bristermitten committed Sep 8, 2024
1 parent acd2461 commit 574f702
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ env:

jobs:
build:
runs-on: [ubuntu-latest]
runs-on: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4

- name: Free disk space
if: runner.os == 'Linux'
run: |
sudo docker rmi $(docker image ls -aq) >/dev/null 2>&1 || true
sudo rm -rf \
Expand Down

0 comments on commit 574f702

Please sign in to comment.