From cab689d3ab42120b60707657db164f02f8369c2b Mon Sep 17 00:00:00 2001 From: Amine GHOZLANE Date: Fri, 29 Nov 2024 15:13:27 +0100 Subject: [PATCH] Let's try to change the ubuntu version --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 347e19e..ef84f06 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: python-version: ["3.10", "3.11", "3.12"] - os: [ubuntu-22.04, macos-latest] + os: [ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v4 - uses: ConorMacBride/install-package@v1