summaryrefslogtreecommitdiff
path: root/.github/workflows/macos.yml
diff options
context:
space:
mode:
authortsxv478 <atci39@rambler.ru>2023-06-30 23:32:59 +0300
committertsxv478 <atci39@rambler.ru>2023-06-30 23:32:59 +0300
commitb564986f2797cc2818d1e0505775816d47641f71 (patch)
tree218c2b00202e4d6d0786f012a05a8bb420abed7d /.github/workflows/macos.yml
parent52b1ef9e47219f54f609c7c00dd3e6013dcb0ed5 (diff)
cleanup
Diffstat (limited to '.github/workflows/macos.yml')
-rw-r--r--.github/workflows/macos.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml
deleted file mode 100644
index 2ebd53d..0000000
--- a/.github/workflows/macos.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: "macOS"
-
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
-
- workflow_dispatch:
-
-jobs:
- macos-11:
- name: Test macOS
- runs-on: macos-latest
- steps:
- - name: Install dependencies 🔧
- run: brew install imagemagick jhead
-
- - name: Checkout 🛎️
- uses: actions/checkout@v3
-
- - name: Get assert.sh 🎁
- run: curl -f "https://raw.githubusercontent.com/lehmannro/assert.sh/v1.1/assert.sh" -o assert.sh
-
- - name: Test 🛠️
- run: bash test.sh \ No newline at end of file