Skip to content

Commit 232147c

Browse files
authored
Merge pull request #383 from marcransome/update-workflow-runners
Update test and release workflow runners
2 parents ece9b92 + 685bbd1 commit 232147c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
os: [macos-13, macos-14]
13+
os: [macos-15, macos-15-intel]
1414
runs-on: ${{ matrix.os }}
1515
outputs:
1616
artifact-filename-darwin-arm64: ${{ steps.artifact.outputs.artifact-filename-darwin-arm64 }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
name: Unit tests
1818
strategy:
1919
matrix:
20-
os: [macos-13, macos-14, macos-15]
20+
os: [macos-14, macos-15, macos-15-intel, macos-26]
2121
runs-on: ${{ matrix.os }}
2222
steps:
2323
- name: Harden runner

0 commit comments

Comments
 (0)