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

View File

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