We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19688fc commit e13a074Copy full SHA for e13a074
.github/workflows/release.yml
@@ -9,9 +9,9 @@ jobs:
9
build:
10
strategy:
11
matrix:
12
- # macos-12 is for the x64 (intel) architecture
+ # macos-15-large is for the x64 (intel) architecture
13
# https://github.com/actions/runner-images?tab=readme-ov-file#available-images
14
- os: [ macos-15, macos-latest ]
+ os: [ macos-15-large, macos-latest ]
15
runs-on: ${{ matrix.os }}
16
steps:
17
- uses: actions/checkout@v4
0 commit comments