Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

ci: update workflows to use latitude.sh based runners #69

Merged
merged 1 commit into from
Aug 29, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/zxc-build-library.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ permissions:
jobs:
hapi-version:
name: Version Check
runs-on: [self-hosted, Linux, xlarge, ephemeral]
runs-on: client-sdk-linux-medium
outputs:
tag: ${{ steps.version.outputs.tag }}
steps:
Expand Down Expand Up @@ -49,11 +49,11 @@ jobs:

build:
name: Build
runs-on: [self-hosted, "${{ matrix.os }}", xlarge, ephemeral]
runs-on: client-sdk-${{ matrix.os }}-large
strategy:
matrix:
include:
- os: Linux
- os: linux
preset: linux-x64
# - os: macos-latest
# preset: macos-x64
Expand Down
Loading