Skip to content

Commit

Permalink
Revert windows and mac
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Kwok <[email protected]>
  • Loading branch information
andy-k-improving committed Nov 29, 2024
1 parent 3411e09 commit e4bd8a5
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 @@ -61,10 +61,10 @@ jobs:

steps:
- name: Checkout geospatial
uses: actions/checkout@v4
uses: actions/checkout@v1

- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v4
uses: actions/setup-java@v1
with:
java-version: ${{ matrix.java }}

Expand All @@ -73,6 +73,6 @@ jobs:
./gradlew build
- name: Upload Coverage Report
uses: codecov/codecov-action@v4
uses: codecov/codecov-action@v1
with:
token: ${{ secrets.CODECOV_TOKEN }}

0 comments on commit e4bd8a5

Please sign in to comment.