Skip to content

Commit d8a669f

Browse files
committed
copy pasta never ends
1 parent eaa9a5d commit d8a669f

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
matrix:
1919
include:
2020
- os: ubuntu-22.04 # Pin ubuntu to ensure mono is installed
21+
- os: macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
22+
- os: windows-latest
2123
- os: windows-11-arm
2224
arch: arm64
23-
- os: windows-latest
24-
- os: macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
2525

2626
steps:
2727
- name: Checkout
@@ -61,12 +61,9 @@ jobs:
6161
matrix:
6262
include:
6363
- os: ubuntu-22.04 # Pin ubuntu to ensure mono is installed
64-
arch: x64
65-
- os: windows-11-arm
66-
arch: arm64
67-
- os: windows-latest
68-
arch: x64
6964
- os: macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
65+
- os: windows-latest
66+
- os: windows-11-arm
7067
arch: arm64
7168

7269
steps:
@@ -174,12 +171,9 @@ jobs:
174171
matrix:
175172
include:
176173
- os: ubuntu-22.04 # Pin ubuntu to ensure mono is installed
177-
arch: x64
178-
- os: windows-11-arm
179-
arch: arm64
180-
- os: windows-latest
181-
arch: x64
182174
- os: macos-15 # Pin macos to get the version of Xcode that we need: https://github.com/actions/runner-images/issues/10703
175+
- os: windows-latest
176+
- os: windows-11-arm
183177
arch: arm64
184178

185179
steps:

0 commit comments

Comments
 (0)