From 4fe25916025da5550e8311894275008139317eb4 Mon Sep 17 00:00:00 2001 From: "Rodrigo V. Honorato" Date: Tue, 2 Jan 2024 11:23:15 +0100 Subject: [PATCH] Update GitHub Actions workflow --- .github/workflows/main.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a83db01..720f12f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -4,18 +4,15 @@ on: [push, pull_request] jobs: build: - runs-on: ${{ matrix.platform }} - strategy: - matrix: - platform: [ubuntu-22.04] + runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: submodules: recursive - - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2.2.2 + - name: Set up Python 2.7 + uses: actions/setup-python@v5 with: python-version: 2.7