Skip to content

Commit

Permalink
Attempting to get CI actions running on OSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisajenkins committed Apr 18, 2024
1 parent 40257f4 commit a6d3a54
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ on: push
jobs:
test:
runs-on:
- ubuntu-latest
- macos-latest
steps:
- name: setup-docker
uses: docker-practice/actions-setup-docker@v1
- name: Checkout
uses: actions/checkout@v4
- name: Build the stack
Expand Down

0 comments on commit a6d3a54

Please sign in to comment.