From a24fb94790f294c6a49e585c3f69f462af86c25d Mon Sep 17 00:00:00 2001 From: Vindaar Date: Wed, 27 Jul 2022 10:37:07 +0200 Subject: [PATCH] [CI] change CI OS versions to latest --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8d2de66..86ffc5f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,11 +25,11 @@ jobs: target: [linux, macos, windows] include: - target: linux - builder: ubuntu-18.04 + builder: ubuntu-latest - target: macos - builder: macos-10.15 + builder: macos-latest - target: windows - builder: windows-2019 + builder: windows-latest name: '${{ matrix.target }} (${{ matrix.branch }})' runs-on: ${{ matrix.builder }} steps: