summaryrefslogtreecommitdiff
path: root/.github
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
parent7ee9a6fc9647adf493d7e95ac675c0094f11ee4d (diff)
Switch to arm based macos for ci pipeline and macos-15-intel for
releases
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/release.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 3d21dd4..ebd8e5a 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -60,7 +60,7 @@ jobs:
macos:
strategy:
matrix:
- os: [macos-13]
+ os: [macos-latest]
fail-fast: false
runs-on: ${{ matrix.os }}
timeout-minutes: 15
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