Skip to content

Commit

Permalink
Add window and mac (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Heemin Kim <heemin@amazon.com>

Signed-off-by: Heemin Kim <heemin@amazon.com>
  • Loading branch information
heemin32 authored Oct 27, 2022
1 parent efeff96 commit 5cb26b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,10 @@ jobs:
strategy:
matrix:
java: [11, 17]
os: [ubuntu-latest, windows-latest, macos-latest]

name: Build and Test geospatial Plugin
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}

steps:
- name: Checkout geospatial
Expand Down

0 comments on commit 5cb26b8

Please sign in to comment.