Compare commits

...

1 Commits

Author SHA1 Message Date
Jon Häggblad 7b7d36488f Switch ci-build to custom-linux bare metal runners 2025-01-31 11:26:25 +01:00
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ arc-ubuntu-20.04, custom-windows-11, custom-runner-mac-m1 ]
os: [ custom-linux, custom-windows-11, custom-runner-mac-m1 ]
runs-on: ${{ matrix.os }}
env:
CARGO_TERM_COLOR: always