diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-18 01:16:49 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2025-01-18 01:16:49 -0500 |
commit | f83a931416b4a09f61f33d24a479a9962863a838 (patch) | |
tree | 58f19eefb3c90155a9067c1b3920729b9d002a2a | |
parent | 0f59363c80dd2024a3918cfeed6aa530874f31f6 (diff) | |
download | ghasandbox-f83a931416b4a09f61f33d24a479a9962863a838.tar.gz |
OK
-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 |