Skip to content

Commit

Permalink
[CI] change CI OS versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
Vindaar committed Jul 27, 2022
1 parent 0e3a02e commit a24fb94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a24fb94

Please sign in to comment.