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: