From 9effef84efafab698b80b5f762a897076ad68abe Mon Sep 17 00:00:00 2001 From: "Fabien C. Y. Benureau" Date: Fri, 5 May 2023 10:17:07 +0200 Subject: [PATCH] change linux platform into ubuntu os in tests --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 17c652c..09c3e96 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -47,7 +47,7 @@ jobs: name: Run unit tests online strategy: matrix: - platform: [linux] + os: [ubuntu-latest] python-version: ['3.10'] runs-on: ${{ matrix.platform }}