Skip to content

Commit

Permalink
ci: use self-hosted x86_64-darwin runners
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Feb 20, 2025
1 parent e773ef9 commit b7ce1b2
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/buildtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
matrix:
os:
[
[self-hosted, linux, ARM64],
[self-hosted, linux, X64],
[macos-13],
[self-hosted, macOS, ARM64],
[self-hosted, linux, ARM64],
[self-hosted, macOS, X64],
]
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -49,10 +49,10 @@ jobs:
matrix:
os:
[
[self-hosted, linux, ARM64],
[self-hosted, linux, X64],
[macos-13],
[self-hosted, macOS, ARM64],
[self-hosted, linux, ARM64],
[self-hosted, macOS, X64],
]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -102,10 +102,10 @@ jobs:
matrix:
os:
[
[self-hosted, linux, ARM64],
[self-hosted, linux, X64],
[macos-13],
[self-hosted, macOS, ARM64],
[self-hosted, linux, ARM64],
[self-hosted, macOS, X64],
]
example: ${{ fromJSON(needs.generate-examples.outputs.examples) }}
runs-on: ${{ matrix.os }}
Expand Down Expand Up @@ -135,10 +135,10 @@ jobs:
matrix:
os:
[
[ubuntu-latest],
[macos-13],
[self-hosted, linux, ARM64],
[self-hosted, linux, X64],
[self-hosted, macOS, ARM64],
[self-hosted, Linux, ARM64],
[self-hosted, macOS, X64],
]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -175,10 +175,10 @@ jobs:
matrix:
os:
[
[ubuntu-latest],
[macos-13],
[self-hosted, macOS, ARM64],
[self-hosted, linux, ARM64],
[self-hosted, linux, X64],
[self-hosted, macOS, ARM64],
[self-hosted, macOS, X64],
]
runs-on: ${{ matrix.os }}
steps:
Expand Down

0 comments on commit b7ce1b2

Please sign in to comment.