Skip to content

Commit

Permalink
Merge pull request #812 from kevinschaul/switch-to-maplibre-ks
Browse files Browse the repository at this point in the history
Convert from Mapbox GL to MapLibre
  • Loading branch information
nyurik authored Jul 18, 2023
2 parents 2ff3d08 + fe5f7e8 commit a99cbc0
Show file tree
Hide file tree
Showing 42 changed files with 33,043 additions and 7,242 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
node-version: [12.x, 14.x, 16.x]
node-version: [16.x]

steps:
- uses: actions/checkout@v2
Expand All @@ -68,10 +68,6 @@ jobs:
build-artifacts:
name: "build/artifacts (${{ matrix.os }})"
runs-on: ${{ matrix.os }}
env:
GOPATH: ${{ github.workspace }}
GO111MODULE: off

if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}

strategy:
Expand Down Expand Up @@ -113,16 +109,16 @@ jobs:

# Build and upload desktop CLI artifacts
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v3
with:
go-version: ^1.14.x
go-version: ^1.19.x
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v2
with:
repository: maputnik/desktop
ref: v1.0.7
ref: master
path: ./src/github.com/maputnik/desktop/

- name: Make
Expand Down
Loading

0 comments on commit a99cbc0

Please sign in to comment.