Skip to content

Commit

Permalink
CI always uses latest OS (#17)
Browse files Browse the repository at this point in the history
* CI always uses latest OS

* Apply suggestions from code review
  • Loading branch information
ringabout authored Aug 17, 2024
1 parent bd9bf4e commit eff7b14
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 @@ -24,13 +24,13 @@ jobs:
include:
- target:
os: linux
builder: ubuntu-20.04
builder: ubuntu-latest
- target:
os: macos
builder: macos-11
builder: macos-12
- target:
os: windows
builder: windows-2019
builder: windows-latest
name: '${{ matrix.target.os }}-${{ matrix.target.cpu }} (${{ matrix.branch }})'
runs-on: ${{ matrix.builder }}

Expand Down

0 comments on commit eff7b14

Please sign in to comment.