mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-21 23:26:12 +00:00
Run CI on latest version of Windows (#8743)
This commit is contained in:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-2019, macos-latest]
|
||||
os: [ubuntu-latest, windows-latest, macos-latest]
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
@ -107,7 +107,7 @@ jobs:
|
||||
- browser: FirefoxNoTouch
|
||||
- browser: FirefoxRetina
|
||||
- browser: Chrome1280x1024
|
||||
os: windows-2019
|
||||
os: windows-latest
|
||||
- browser: Chrome1280x1024
|
||||
os: macos-latest
|
||||
- browser: SafariNative
|
||||
|
Reference in New Issue
Block a user