From 2b49b75b3889a0c5c0ecd54322a89b01287d8052 Mon Sep 17 00:00:00 2001 From: Davyd NRB <4661784+retyui@users.noreply.github.com> Date: Thu, 8 Feb 2024 11:59:50 +0100 Subject: [PATCH] Use Apple M1 on CI --- .github/workflows/nodejs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index c67f676..b840c9c 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -17,8 +17,8 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] - node-version: [18.x] + os: [ubuntu-22.04, macos-14] + node-version: [20.x] steps: - name: Checkout repository uses: actions/checkout@v3