From 01c17fb96fed60ad616db0bb2bccac41148759b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20F=C3=B6rster?= Date: Tue, 1 Jun 2021 17:46:49 +0200 Subject: [PATCH] Run CI on Ubuntu 18.04 instead of latest version --- .github/workflows/coverage.yml | 2 +- .github/workflows/deploy.yml | 4 ++-- .github/workflows/main.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8e7714fb..586235c2 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -6,7 +6,7 @@ on: branches: [master] jobs: codecov: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6c2e4011..6ee1ca35 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: include: - - os: ubuntu-latest + - os: ubuntu-18.04 archive_file: texlab-x86_64-linux.tar.gz archive_cmd: tar -czvf {0} -C target/release texlab archive_type: application/gzip @@ -40,7 +40,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} ctan: - runs-on: ubuntu-latest + runs-on: ubuntu-18.04 steps: - uses: actions/checkout@v2 - run: git archive --prefix=texlab/ -o texlab.zip HEAD diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3b41ec34..2f159a69 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,7 +9,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + os: [ubuntu-18.04, windows-latest, macos-latest] steps: - uses: actions/checkout@v1 - uses: actions-rs/toolchain@v1