From f1f15b72878d33923f3744fbf530f5729ae5e8cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=9Bj=20Cepl?= Date: Thu, 14 Jul 2022 09:10:08 +0200 Subject: Update used OSes for GitHub Actions * Switch off failing Windows tests * MacOS 10.15 is going away: https://github.blog/changelog/2022-07-20-github-actions-the-macos-10-15-actions-runner-image-is-being-deprecated-and-will-be-removed-by-8-30-22/ --- .github/workflows/ubuntu.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/workflows/ubuntu.yml') diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index d2750a9..2c779c5 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -7,7 +7,8 @@ jobs: strategy: matrix: os: - - ubuntu-16.04 + - ubuntu-22.04 # should be latest, documentation is outdated + - ubuntu-20.04 # latest - ubuntu-18.04 config: - "" -- cgit v1.2.3