From 2871e594ada6462621c0f862ee8d792004fad884 Mon Sep 17 00:00:00 2001 From: lmbelo Date: Mon, 11 Nov 2024 15:58:57 -0300 Subject: [PATCH] Workflow update --- .github/workflows/pypi.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 282398f..1e33bd9 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -91,7 +91,7 @@ jobs: matrix: python: ['3.11'] include: - - os: [ubuntu-latest] + - os: [ubuntu-13] arch: ["x86_64"] steps: @@ -299,7 +299,7 @@ jobs: matrix: python: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11', '3.12'] include: - - os: [macos-latest] + - os: [macos-13] arch: ["x86_64"] steps: - name: Check out repository