Skip to content

Commit

Permalink
ci: removes unnecessary matrix.include (#2155)
Browse files Browse the repository at this point in the history
Signed-off-by: Takeshi Yoneda <[email protected]>
  • Loading branch information
mathetake authored Mar 14, 2024
1 parent 2bbe81a commit 253c034
Showing 1 changed file with 2 additions and 22 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,7 @@ jobs:
- os:
version: macos-14
name: macOS
arch: "arm64"
- os:
version: ubuntu-22.04
name: Ubuntu
arch: "amd64"
go-version: "1.21"
arch: arm64

steps:
- name: Checkout wazero
Expand Down Expand Up @@ -184,12 +179,7 @@ jobs:
- os:
version: macos-14
name: macOS
arch: "arm64"
- os:
version: ubuntu-22.04
name: Ubuntu
arch: "amd64"
go-version: "1.21"
arch: arm64

steps:
- name: Checkout wazero
Expand Down Expand Up @@ -303,16 +293,6 @@ jobs:
name: macOS
arch: "arm64"
go-version: "1.22"
- os:
version: ubuntu-22.04
name: Ubuntu
arch: "amd64"
go-version: "1.21"
- os:
version: ubuntu-22.04
name: Ubuntu
arch: "amd64"
go-version: "1.22"

steps:
- id: setup-go
Expand Down

0 comments on commit 253c034

Please sign in to comment.