Skip to content

Commit

Permalink
use latest windows for matlab builds
Browse files Browse the repository at this point in the history
  • Loading branch information
RSchwan committed Mar 27, 2024
1 parent a1d62e5 commit 7c5c3fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/matlab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ ubuntu-latest, macos-12, macos-14, windows-2019 ]
os: [ ubuntu-latest, macos-12, macos-14, windows-latest ]
include:
- os: ubuntu-latest
platform: linux
- os: macos-12
platform: maci
- os: macos-14
platform: maca
- os: windows-2019
- os: windows-latest
platform: windows

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 7c5c3fc

Please sign in to comment.