From b7ce1b2cc5bdba943d66db685bce67674cc9e930 Mon Sep 17 00:00:00 2001 From: Sander Date: Thu, 20 Feb 2025 19:10:21 +0400 Subject: [PATCH] ci: use self-hosted x86_64-darwin runners --- .github/workflows/buildtest.yml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/buildtest.yml b/.github/workflows/buildtest.yml index d870e99ac..970384e29 100644 --- a/.github/workflows/buildtest.yml +++ b/.github/workflows/buildtest.yml @@ -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: @@ -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: @@ -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 }} @@ -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: @@ -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: