diff options
| author | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-10-30 04:24:53 -0400 |
|---|---|---|
| committer | Brad Lewis <22850972+BradLewis@users.noreply.github.com> | 2025-10-30 04:26:37 -0400 |
| commit | 8b4ce52de74c89e643ebdb5aa7325edaaea5d5ca (patch) | |
| tree | 8cde96f40992b28779271931975ade1df80a5b13 /.github/workflows/release.yml | |
| parent | 7ee9a6fc9647adf493d7e95ac675c0094f11ee4d (diff) | |
Switch to arm based macos for ci pipeline and macos-15-intel for
releases
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7be7e27..32ef7bf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -45,7 +45,7 @@ jobs: path: ./dist dist-x86_64-darwin: - runs-on: macos-13 + runs-on: macos-15-intel timeout-minutes: 15 steps: - uses: actions/checkout@v1 |