Skip to content

Commit

Permalink
ci: missing runs-on
Browse files Browse the repository at this point in the history
  • Loading branch information
rot256 committed Feb 10, 2025
1 parent ee85d5d commit 04ab5d9
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,12 @@ on:

jobs:
build-linux:
runs-on: ubuntu-latest
strategy:
matrix:
arch:
- amd64
- arm64
os:
- ubuntu-latest

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -42,12 +41,11 @@ jobs:
path: dist/*.whl

build-darwin:
runs-on: macos-latest
strategy:
matrix:
arch:
- arm64
os:
- macos-latest
steps:
- uses: actions/checkout@v3

Expand All @@ -71,13 +69,12 @@ jobs:

test-darwin:
name: Fresh Install on macOS
runs-on: macos-latest

strategy:
matrix:
arch:
- arm64
os:
- macos-latest

needs:
- build-darwin
Expand All @@ -103,14 +100,13 @@ jobs:
test-linux:
name: Fresh Install on Linux
runs-on: ubuntu-latest

strategy:
matrix:
arch:
- amd64
- arm64
os:
- ubuntu-latest

needs:
- build-linux
Expand Down

0 comments on commit 04ab5d9

Please sign in to comment.