From 38335b6ddb82f07b73e5a525a2c064bf07eda1ce Mon Sep 17 00:00:00 2001 From: Ellyo Freitas Date: Wed, 15 May 2024 15:38:13 -0300 Subject: [PATCH] fix publish release --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8a23bbf..0d14156 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,9 +5,9 @@ jobs: test: strategy: matrix: - os: [macos, ubuntu, windows] + os: [macos-13, ubuntu-latest, windows-latest] node-version: [16] - runs-on: ${{ matrix.os }}-latest + runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v2 - uses: actions/setup-python@v5