Skip to content

Commit

Permalink
ci: test docker on M1
Browse files Browse the repository at this point in the history
  • Loading branch information
mdonadoni committed Feb 1, 2024
1 parent 87c6145 commit da7d286
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,10 @@ jobs:
run: ./run-tests.sh --check-dockerfile

docker-build:
runs-on: ubuntu-20.04
strategy:
matrix:
os: [ubuntu-20.04, macos-14]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit da7d286

Please sign in to comment.