You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2023/01/02 12:14:10 UTC

[libcloud] 02/02: Try fixing failing workflow.

This is an automated email from the ASF dual-hosted git repository.

tomaz pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/libcloud.git

commit 952ecf0d6057b769ea8af1595720dfdc2e606efc
Author: Tomaz Muraus <to...@tomaz.me>
AuthorDate: Mon Jan 2 13:13:50 2023 +0100

    Try fixing failing workflow.
---
 .github/workflows/install_test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/install_test.yml b/.github/workflows/install_test.yml
index ac9b273c5..6dcb23bc8 100644
--- a/.github/workflows/install_test.yml
+++ b/.github/workflows/install_test.yml
@@ -13,12 +13,13 @@ permissions:
 jobs:
   install_and_verify:
     name: Install latest stable version
-    runs-on: ubuntu-latest
+    runs-on: ${{ matrix.os }}
     timeout-minutes: 2
 
     strategy:
       fail-fast: false
       matrix:
+        os: "ubuntu-latest"
         python_version:
           - 3.7
           - 3.8