mirror of
https://github.com/ceres-solver/ceres-solver.git
synced 2026-08-29 16:40:38 +08:00
Drop removed windows-2019 runner
Change-Id: I75b52ce778f6e74832dbfaf9dc35a99e28c9b51a
This commit is contained in:
@@ -5,7 +5,7 @@ on: [push, pull_request]
|
||||
jobs:
|
||||
build-mingw:
|
||||
name: ${{matrix.sys}}-${{matrix.env}}-${{matrix.build_type}}-${{matrix.lib}}
|
||||
runs-on: windows-latest
|
||||
runs-on: windows-2025
|
||||
defaults:
|
||||
run:
|
||||
shell: msys2 {0}
|
||||
@@ -98,7 +98,6 @@ jobs:
|
||||
build_type:
|
||||
- Release
|
||||
msvc:
|
||||
- VS-16-2019
|
||||
- VS-17-2022
|
||||
lib:
|
||||
- shared
|
||||
@@ -106,12 +105,8 @@ jobs:
|
||||
- cuda
|
||||
- no-cuda
|
||||
include:
|
||||
- msvc: VS-16-2019
|
||||
os: windows-2019
|
||||
generator: 'Visual Studio 16 2019'
|
||||
marker: vc16
|
||||
- msvc: VS-17-2022
|
||||
os: windows-2022
|
||||
os: windows-2025
|
||||
generator: 'Visual Studio 17 2022'
|
||||
marker: vc17
|
||||
|
||||
|
||||
Reference in New Issue
Block a user