Browse Source

Merge pull request #3356 from dhiltgen/fix_arm_linux

Switch runner for final release job
Daniel Hiltgen 1 year ago
parent
commit
54a028d07f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yaml

+ 1 - 1
.github/workflows/release.yaml

@@ -419,7 +419,7 @@ jobs:
       - build-windows
       - build-linux-amd64
       - build-linux-arm64
-    runs-on: ubuntu-latest
+    runs-on: linux
     environment: release
     permissions:
       contents: write