From 2e8636f73f2a2cd453e4f86cc377f7f08bede7bd Mon Sep 17 00:00:00 2001 From: Robi Nino Date: Mon, 20 May 2024 14:50:54 +0300 Subject: [PATCH] run on macos amd --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e6156c4a..62795380 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -14,11 +14,11 @@ concurrency: jobs: unit-test: name: ${{ matrix.os }}, node ${{ matrix.node }}, python ${{ matrix.python }} - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} strategy: fail-fast: false matrix: - os: [ ubuntu, windows, macos ] + os: [ ubuntu-latest, windows-latest, macos-14-large ] node: [ 14, 16, 16.9 ] include: - node: "14"