aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2019-09-28 12:13:16 +0300
committerDylan Araps <dylan.araps@gmail.com>2019-09-28 12:13:16 +0300
commitec69fcb1956d881a2570da574d27880e0ea57247 (patch)
treebb4adf130ec234e571ebeeae494c7e1f1ac889be
parent599db8dc83836e380ce8f55f29db241cebf7b829 (diff)
downloadpfetch-ec69fcb1956d881a2570da574d27880e0ea57247.tar.gz
docs: update
-rw-r--r--.github/workflows/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2a1dc83..b858fd3 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -2,7 +2,7 @@ name: Shellcheck
on: [push]
jobs:
build:
- runs-on: ubuntu-latest
+ runs-on: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- name: Run shellcheck.