diff --git a/.github/workflows/azure.yml b/.github/workflows/azure.yml index 74bbe16..fd45482 100644 --- a/.github/workflows/azure.yml +++ b/.github/workflows/azure.yml @@ -6,8 +6,12 @@ on: types: [main-updated] jobs: test: - name: Test Azure Server - runs-on: ubuntu-latest + strategy: + matrix: + platform: [macos-latest] + + name: Test Azure ${{ matrix.platform }} + runs-on: ${{ matrix.platform }} permissions: contents: read deployments: write