Merge pull request #4358 from nextcloud/ci/ubuntu-latest

ci: Get rid of outdated ubuntu images on actions
This commit is contained in:
Julius Härtl
2023-01-05 16:46:59 +01:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ on:
jobs:
build:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
matrix:
@@ -30,8 +30,8 @@ jobs:
tools: composer
- name: install dependencies
run: |
wget https://github.com/ChristophWurst/krankerl/releases/download/v0.12.2/krankerl_0.12.2_amd64.deb
sudo dpkg -i krankerl_0.12.2_amd64.deb
wget https://github.com/ChristophWurst/krankerl/releases/download/v0.14.0/krankerl_0.14.0_amd64.deb
sudo dpkg -i krankerl_0.14.0_amd64.deb
- name: package
run: |
uname -a

View File

@@ -21,7 +21,7 @@ env:
jobs:
integration:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
strategy:
fail-fast: false