Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoNex committed Oct 19, 2024
1 parent 5cfb157 commit c7e71e2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.23.x]
arch: [x86_64, arm64]
arch: [amd64, arm64]

steps:
- name: Setup Go
Expand Down Expand Up @@ -72,13 +72,13 @@ jobs:
fail-fast: false
matrix:
go-version: [1.23.x]
arch: [x86_64, arm64]
arch: [amd64, arm64]

steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 1.22.x
go-version: 1.23.x

- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -110,7 +110,7 @@ jobs:
fail-fast: false
matrix:
go-version: [1.23.x]
arch: [x86_64, arm64]
arch: [amd64, arm64]

steps:
- name: Build MacOS
Expand Down

0 comments on commit c7e71e2

Please sign in to comment.