Skip to content

Commit

Permalink
gha: Revert to original build strategy
Browse files Browse the repository at this point in the history
- Changed runs-on to ubuntu-latest, since we're cross compiling 😄
  • Loading branch information
imeyer committed Aug 25, 2024
1 parent 346a3eb commit 50e6f31
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,9 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
goos: [linux, darwin]
goarch: [arm64, amd64]
include:
- os: ubuntu-latest
goos: linux
- os: macos-latest
goos: darwin
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
steps:
- name: Check out smart-dns-updater
uses: actions/checkout@v4
Expand Down

0 comments on commit 50e6f31

Please sign in to comment.