diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index 296f8fe..8497629 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -30,7 +30,6 @@ jobs: - ubuntu-latest - windows-latest - macos-latest - - macos-13 channel: [stable, beta, master] dry-run: [true, false] git-source: @@ -80,7 +79,7 @@ jobs: strategy: matrix: operating-system: - [ubuntu-latest, windows-latest, macos-latest, macos-13] + [ubuntu-latest, windows-latest, macos-latest] steps: - name: Clone repository