We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b59855f commit 42f6012Copy full SHA for 42f6012
.github/workflows/release.yml
@@ -9,9 +9,7 @@ jobs:
9
build:
10
strategy:
11
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 ]
+ os: [ macos-15-intel, macos-latest ]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v4
0 commit comments