Skip to content

Commit

Permalink
chore(CI): Fix build job
Browse files Browse the repository at this point in the history
Test was failing on macos-latest because it appeared
there was no binary for darwin-arm64 on the distribution website.
  • Loading branch information
rm3l committed Apr 29, 2024
1 parent 56566b5 commit 9b74b84
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest]
version: ["2.0.0", "2.5.1", "3.0.0-beta3", "3.0.0-rc1"]
version: ["2.5.1", "3.0.0-rc2", "3.15.0"]
runs-on: ${{ matrix.os }}
steps:
- name: Checkout code
Expand Down Expand Up @@ -208,8 +208,8 @@ jobs:
- name: Install Golang (for installing odo from Git refs)
run: |
asdf plugin-add golang https://github.com/kennyp/asdf-golang.git
asdf install golang 1.17.13
asdf global golang 1.17.13
asdf install golang 1.19.13
asdf global golang 1.19.13
- name: Install plugin manually
run: |
Expand Down Expand Up @@ -262,8 +262,8 @@ jobs:
- name: Install Golang (for installing odo from Git refs)
run: |
asdf plugin-add golang https://github.com/kennyp/asdf-golang.git
asdf install golang 1.17.13
asdf global golang 1.17.13
asdf install golang 1.19.13
asdf global golang 1.19.13
- name: Install plugin manually
run: |
Expand Down

0 comments on commit 9b74b84

Please sign in to comment.