diff options
-rw-r--r-- | .github/workflows/pipeline_run.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/pipeline_run.yml b/.github/workflows/pipeline_run.yml index d21204c..27ceaac 100644 --- a/.github/workflows/pipeline_run.yml +++ b/.github/workflows/pipeline_run.yml @@ -61,7 +61,8 @@ jobs: matrix: os: - ubuntu-latest - - ubuntu-arm64 + - macos-latest + - macos-13 steps: - name: Checkout uses: actions/checkout@v4 |