Skip to content

Commit a99cbc0

Browse files
authored
Merge pull request #812 from kevinschaul/switch-to-maplibre-ks
Convert from Mapbox GL to MapLibre
2 parents 2ff3d08 + fe5f7e8 commit a99cbc0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+33043
-7242
lines changed

.github/workflows/ci.yml

+4-8
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
fail-fast: false
4949
matrix:
5050
os: [ubuntu-latest, windows-latest, macos-latest]
51-
node-version: [12.x, 14.x, 16.x]
51+
node-version: [16.x]
5252

5353
steps:
5454
- uses: actions/checkout@v2
@@ -68,10 +68,6 @@ jobs:
6868
build-artifacts:
6969
name: "build/artifacts (${{ matrix.os }})"
7070
runs-on: ${{ matrix.os }}
71-
env:
72-
GOPATH: ${{ github.workspace }}
73-
GO111MODULE: off
74-
7571
if: ${{ github.event_name == 'push' || github.event_name == 'pull_request' }}
7672

7773
strategy:
@@ -113,16 +109,16 @@ jobs:
113109

114110
# Build and upload desktop CLI artifacts
115111
- name: Set up Go
116-
uses: actions/setup-go@v2
112+
uses: actions/setup-go@v3
117113
with:
118-
go-version: ^1.14.x
114+
go-version: ^1.19.x
119115
id: go
120116

121117
- name: Check out code into the Go module directory
122118
uses: actions/checkout@v2
123119
with:
124120
repository: maputnik/desktop
125-
ref: v1.0.7
121+
ref: master
126122
path: ./src/github.com/maputnik/desktop/
127123

128124
- name: Make

0 commit comments

Comments
 (0)