Skip to content

Commit

Permalink
macos test support
Browse files Browse the repository at this point in the history
  • Loading branch information
kozlov721 committed Jul 9, 2024
1 parent fcfffae commit bcc4afa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/modelconverter_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,18 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
os: [ubuntu-latest, windows-latest, macos-13]

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

steps:
- name: Checkout code
uses: actions/checkout@v4

- name: Set up Docker on MacOS
if: ${{ matrix.os == 'macos-13' }}
uses: douglascamata/setup-docker-macos-action@v1-alpha

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit bcc4afa

Please sign in to comment.