Ver Fonte

ci: use Blacksmith runners for Linux and Windows Tauri builds to improve build performance

Dax Raad há 2 meses atrás
pai
commit
3a9bbe2371
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      .github/workflows/publish.yml

+ 2 - 2
.github/workflows/publish.yml

@@ -95,9 +95,9 @@ jobs:
             target: x86_64-apple-darwin
             target: x86_64-apple-darwin
           - host: macos-latest
           - host: macos-latest
             target: aarch64-apple-darwin
             target: aarch64-apple-darwin
-          - host: windows-latest
+          - host: blacksmith-4vcpu-windows-2025
             target: x86_64-pc-windows-msvc
             target: x86_64-pc-windows-msvc
-          - host: ubuntu-24.04
+          - host: blacksmith-4vcpu-ubuntu-2404
             target: x86_64-unknown-linux-gnu
             target: x86_64-unknown-linux-gnu
     runs-on: ${{ matrix.settings.host }}
     runs-on: ${{ matrix.settings.host }}
     steps:
     steps: