1
0
mirror of https://github.com/TheLocehiliosan/yadm synced 2025-06-04 00:23:58 +00:00

Replace ubuntu 20.04 with 22.04

as the 20.04 runner is deprecated and will be removed 2025-04-01.
This commit is contained in:
Erik Flodin 2025-03-18 20:05:17 +01:00
parent 7eabaee84c
commit 64fe9ec4bb
No known key found for this signature in database
GPG Key ID: 420A7C865EE3F85F

View File

@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-20.04
- ubuntu-22.04
- ubuntu-24.04
- macos-13
- macos-15
@ -37,9 +37,7 @@ jobs:
if: ${{ runner.os == 'Linux' }}
run: |
sudo apt-get update
sudo apt-get install -y \
expect \
${{ matrix.os != 'ubuntu-20.04' && 'j2cli' || '' }}
sudo apt-get install -y expect j2cli
- name: Install dependencies on macOS
if: ${{ runner.os == 'macOS' }}
@ -98,7 +96,7 @@ jobs:
done
- name: Set up Python 3.11
if: ${{ runner.os == 'macOS' || matrix.os == 'ubuntu-20.04' }}
if: ${{ runner.os == 'macOS' || matrix.os == 'ubuntu-22.04' }}
uses: actions/setup-python@v5
with:
python-version: 3.11