Skip to content

Commit 57ed43c

Browse files
authored
Update labels for m1 runners (#2238)
1 parent c466426 commit 57ed43c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-conda-m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
post-script: ${{ matrix.post-script }}
4747
package-name: ${{ matrix.package-name }}
4848
smoke-test-script: ${{ matrix.smoke-test-script }}
49-
runner-type: macos-m1-12
49+
runner-type: macos-m1-stable
5050
# Using "development" as trigger event so these binaries are not uploaded
5151
# to official channels yet
5252
trigger-event: ${{ github.event_name }}

.github/workflows/build-wheels-m1.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,5 @@ jobs:
4848
post-script: ${{ matrix.post-script }}
4949
package-name: ${{ matrix.package-name }}
5050
smoke-test-script: ${{ matrix.smoke-test-script }}
51-
runner-type: macos-m1-12
51+
runner-type: macos-m1-stable
5252
trigger-event: ${{ github.event_name }}

0 commit comments

Comments
 (0)