From 1d2ab59b16a832bcdb80e21974b7d66e627d7796 Mon Sep 17 00:00:00 2001 From: Venipa Date: Fri, 25 Oct 2024 07:59:13 +0200 Subject: [PATCH] feat: updated release config --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bb83942..de33bff 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -11,14 +11,14 @@ jobs: # Platforms to build on/for strategy: matrix: - os: [windows-latest, ubuntu-latest, macos-latest] + os: [windows-latest, ubuntu-latest, macos-13] node-version: [20.18.0] steps: - name: Check out Git repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 + uses: actions/setup-node@v4 with: node-version: ${{ matrix.node-version }} # install dbus-1 dep for xosms