Changed ubuntu 20.04 to latest

This commit is contained in:
Z4NR34L 2023-01-09 10:04:42 +01:00
parent 64667533c2
commit bc3640ac86
No known key found for this signature in database
GPG key ID: 77F5F2B35C2F56C3

View file

@ -60,14 +60,14 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ macos-latest, ubuntu-20.04, windows-latest ]
platform: [ macos-latest, ubuntu-latest, windows-latest ]
runs-on: ${{ matrix.platform }}
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-latest'
# You can remove libayatana-appindicator3-dev if you don't use the system tray feature.
run: |
sudo apt-get update