Skip to content

Commit

Permalink
Speed up CI build by using single target
Browse files Browse the repository at this point in the history
  • Loading branch information
steveteuber committed May 11, 2023
1 parent e7500c1 commit 6b78414
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build:
runs-on: macos-11
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
Expand All @@ -26,4 +26,4 @@ jobs:
uses: goreleaser/goreleaser-action@v4
with:
version: latest
args: build --snapshot --clean
args: build --id linux --single-target --snapshot --clean

0 comments on commit 6b78414

Please sign in to comment.