Skip to content

Commit 5b7d55d

Browse files
committed
ci: align the runner list with the main repository
Use the same runner list as the main repository ones. Originally I meant to just add macos-14 so we cover macOS ARM, which is nice because it runs on qemu-m0 from the brew package, but at this point let's also use explicit version for the other runners too. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent e946fbd commit 5b7d55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
os: [ubuntu-latest, macos-latest, windows-latest]
14+
os: [ubuntu-22.04, macos-12, macos-14, windows-2022]
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout

0 commit comments

Comments
 (0)