Use namespace on more machines

This commit is contained in:
Jarred Sumner
2024-02-29 22:16:47 -08:00
parent 536919e783
commit 08ef0e8e8e
2 changed files with 2 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ on:
jobs:
macOS-zig:
name: macOS Zig Object
runs-on: med-ubuntu
runs-on: namespace-profile-zig-build
if: github.repository_owner == 'oven-sh'
strategy:
matrix:

View File

@@ -53,7 +53,7 @@ jobs:
cpu: [haswell, nehalem]
arch: [x86_64]
name: Zig Build
runs-on: med-ubuntu
runs-on: namespace-profile-zig-build
timeout-minutes: 60
if: github.repository_owner == 'oven-sh'
steps: