Skip to content

Commit

Permalink
build.yaml: Use self-hosted runner for build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hjpotter92 committed Sep 15, 2023
1 parent 7cbf14f commit c0bd88a
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ env:

jobs:
build:
name: Build and download binaries from manifest for ${{ matrix.platform.name }}-${{ matrix.architecture }}
runs-on: ubuntu-latest
name: Download binaries for ${{ matrix.platform.name }}-${{ matrix.architecture }}
runs-on: ${{ matrix.platform.name }}
strategy:
fail-fast: false
matrix:
Expand All @@ -30,9 +30,7 @@ jobs:
- amd64
platform:
- name: linux
os: ubuntu-latest
- name: darwin
os: macos-latest

steps:
- name: Check out code
Expand Down

0 comments on commit c0bd88a

Please sign in to comment.