You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# build the agent without GUI support (no tray icon)
97
97
- name: Build the Agent-cli
98
98
run: task go:build-cli
99
-
if: matrix.os == 'ubuntu-18.04'
99
+
if: matrix.os == 'ubuntu-20.04'
100
100
101
101
# the manifest is required by windows GUI apps, otherwise the binary will crash with: "Unable to create main window: TTM_ADDTOOL failed" (for reference https://github.com/lxn/walk/issues/28)
102
102
# rsrc will produce a *.syso file that should get automatically recognized by go build command and linked into an executable.
@@ -301,7 +301,7 @@ jobs:
301
301
# This job is responsible for generating the installers (using installbuilder)
302
302
package:
303
303
needs: notarize-macos
304
-
runs-on: ubuntu-18.04
304
+
runs-on: ubuntu-20.04
305
305
306
306
env:
307
307
# vars used by installbuilder
@@ -321,13 +321,13 @@ jobs:
321
321
strategy:
322
322
fail-fast: false # if one os is failing continue nonetheless
323
323
matrix: # used to generate installers for different OS and not for runs-on
0 commit comments