2023-05-12 08:16:24 +00:00
|
|
|
name: Build on macOS
|
2019-08-31 08:28:38 +00:00
|
|
|
|
2023-05-12 09:00:47 +00:00
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
push:
|
|
|
|
paths-ignore:
|
|
|
|
- ".github/workflows/images-*"
|
2023-05-12 09:12:18 +00:00
|
|
|
- ".github/workflows/debian-cache.yml"
|
2023-05-12 09:00:47 +00:00
|
|
|
pull_request:
|
2019-08-31 08:28:38 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
build:
|
2020-01-05 07:21:39 +00:00
|
|
|
name: Build on macOS
|
2019-08-31 08:28:38 +00:00
|
|
|
runs-on: macOS-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v1
|
2019-08-31 09:51:06 +00:00
|
|
|
|
|
|
|
- name: Build
|
2019-08-31 08:28:38 +00:00
|
|
|
run: go build
|