Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Build linux/windows on ubuntu runner #202

Merged
merged 8 commits into from
Dec 10, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixup! Use Makefile for builds and use ubuntu runner
  • Loading branch information
cmoog committed Dec 9, 2020
commit f1ecccfad9aecddcd39bf47fe598794092389fc3
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
path: ./ci/bin/coder-cli-darwin-amd64.zip
draft_release:
name: Create Release
runs-on: macos-latest
runs-on: ubuntu-20.04
needs:
- build_darwin
- build
Expand Down