Skip to content

Commit

Permalink
Specified s version to use amd64 arch for testing workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
waybackarchiver authored Jun 16, 2024
1 parent 33f2909 commit f49983f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,9 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-latest, windows-latest ]
# The step `Set up Chrome` do not support arm64 yet, so specified s version to use amd64 arch
# Refs to https://github.com/actions/runner-images#available-images
os: [ ubuntu-24.04, macos-13, windows-2022 ]
go: [ "1.19", "1.20", "1.21", "1.22" ]
include:
# only update test coverage stats with the most recent go version on linux
Expand Down Expand Up @@ -103,6 +105,7 @@ jobs:
uses: wabarc/.github/meilisearch@0c62d131c3884390bd63a2b7650a21fe16581bfe
with:
master-key: ${{ vars.MEILISEARCH_APIKEY }}
version: ${{ vars.MEILISEARCH_VERSION }}
port: ${{ vars.MEILISEARCH_PORT }}

- name: Set up Chocolatey
Expand Down

0 comments on commit f49983f

Please sign in to comment.