From 5ef53ff8db3b8b51e83ba24d7f23916be4e16b7a Mon Sep 17 00:00:00 2001 From: ponty Date: Sun, 26 Feb 2023 16:52:48 +0100 Subject: [PATCH] test: upgrade ghactions conf --- .github/workflows/main.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3136bec..29c9c56 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,4 +1,5 @@ -# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions +# For more information see: +# https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python name: Python package @@ -16,10 +17,9 @@ jobs: fail-fast: false matrix: os: - - "ubuntu-18.04" - "ubuntu-22.04" - - "macos-10.15" - "macos-11" + - "macos-12" - "windows-2019" - "windows-2022" python-version: @@ -49,9 +49,9 @@ jobs: os: ubuntu-20.04 stdfile: "tempfile" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Install dependencies