Skip to content

Commit

Permalink
ci: update workflows to use latitude.sh based runners (#69)
Browse files Browse the repository at this point in the history
Signed-off-by: Nathan Klick <[email protected]>
  • Loading branch information
nathanklick authored Aug 29, 2024
1 parent 01767c8 commit 8115c58
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 8115c58

Please sign in to comment.