Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
github/build: Fix runner names
✗ CI failure Lorenz Leutgeb committed 6 months ago
commit b97b0eea49405013d85aa58156cf0fd858725be7
parent 10e7b94c304d215ad4a1ff326233098ab182d0b1
2 failed (2 total) View logs
1 file changed +6 -5
modified .github/workflows/build.yml
@@ -11,11 +11,12 @@ jobs:
      fail-fast: false
      matrix:
        os:
-
         - macos-latest       # arm64
-
         - ubuntu-latest-arm  # arm64
-
         - ubuntu-latest      # x64
-
         - windows-latest-arm # arm64
-
         - windows-latest     # x64
+
          - macos-latest      # arm64
+
          - ubuntu-24.04-arm  # arm64
+
          - ubuntu-latest     # x64
+
          - windows-11-arm    # arm64
+
          - windows-latest    # x64
+

    runs-on: ${{ matrix.os }}
    steps:
      - uses: actions/checkout@v2