aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/release.yml
diff options
context:
space:
mode:
authorBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-10-30 04:24:53 -0400
committerBrad Lewis <22850972+BradLewis@users.noreply.github.com>2025-10-30 04:26:37 -0400
commit8b4ce52de74c89e643ebdb5aa7325edaaea5d5ca (patch)
tree8cde96f40992b28779271931975ade1df80a5b13 /.github/workflows/release.yml
parent7ee9a6fc9647adf493d7e95ac675c0094f11ee4d (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.yml2
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