summaryrefslogtreecommitdiff
path: root/.github/workflows/macos_11.yml
diff options
context:
space:
mode:
authorNils <git@nkn-it.de>2023-02-19 16:56:02 +0100
committerNils <git@nkn-it.de>2023-02-19 16:56:02 +0100
commit423a712d89f94df03b03f4f5f1191a0a32eb432e (patch)
treedbdb464a6f96165fd919f8723fdd4770cc06ef91 /.github/workflows/macos_11.yml
parentfe0389f456a56c8dfbe8958992632771f8be9f04 (diff)
test rename
Diffstat (limited to '.github/workflows/macos_11.yml')
-rw-r--r--.github/workflows/macos_11.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.github/workflows/macos_11.yml b/.github/workflows/macos_11.yml
deleted file mode 100644
index d3647bf..0000000
--- a/.github/workflows/macos_11.yml
+++ /dev/null
@@ -1,26 +0,0 @@
-name: "macOS 11"
-
-on:
- push:
- branches: [ master ]
- pull_request:
- branches: [ master ]
-
- workflow_dispatch:
-
-jobs:
- macos-11:
- name: Test macOS 11
- runs-on: macos-11
- 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