Skip to content

Commit d0cd60a

Browse files
committed
Revert "test M1 agent"
This reverts commit 4edf438.
1 parent 72ad9dd commit d0cd60a

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-xlarge]
10+
os: [windows-latest, ubuntu-latest, macos-latest]
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-13-xlarge]
10+
os: [windows-latest, ubuntu-latest, macos-latest]
1111

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

0 commit comments

Comments
 (0)