diff --git a/.github/workflows/modelconverter_test.yaml b/.github/workflows/modelconverter_test.yaml index 15885cd..a63a60d 100644 --- a/.github/workflows/modelconverter_test.yaml +++ b/.github/workflows/modelconverter_test.yaml @@ -23,7 +23,7 @@ jobs: strategy: fail-fast: false matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-latest, windows-latest, macos-13] runs-on: ${{ matrix.os }} @@ -31,6 +31,10 @@ jobs: - 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: