Skip to content

Commit 42f6012

Browse files
authored
Replace deprecated macos-13 runner with macos-15-intel (#90)
1 parent b59855f commit 42f6012

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ jobs:
99
build:
1010
strategy:
1111
matrix:
12-
# The only available image for x86 is macos-13-large
13-
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
14-
os: [ macos-13, macos-latest ]
12+
os: [ macos-15-intel, macos-latest ]
1513
runs-on: ${{ matrix.os }}
1614
steps:
1715
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)