Skip to content

Commit 4edf438

Browse files
committed
test M1 agent
1 parent dcd8827 commit 4edf438

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [windows-latest, ubuntu-latest, macos-latest]
10+
os: [windows-latest, ubuntu-latest, macos-latest-xlarge]
1111

1212
runs-on: ${{ matrix.os }}
1313
steps:

.github/workflows/_prepare.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
os: [windows-latest, ubuntu-latest, macos-latest]
10+
os: [windows-latest, ubuntu-latest, macos-13-xlarge]
1111

1212
runs-on: ${{ matrix.os }}
1313
steps:

0 commit comments

Comments
 (0)