summaryrefslogtreecommitdiff
path: root/.github/workflows/eowyn.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/eowyn.yml')
-rw-r--r--.github/workflows/eowyn.yml32
1 files changed, 0 insertions, 32 deletions
diff --git a/.github/workflows/eowyn.yml b/.github/workflows/eowyn.yml
deleted file mode 100644
index 3ac48f7..0000000
--- a/.github/workflows/eowyn.yml
+++ /dev/null
@@ -1,32 +0,0 @@
-# Test that exercises work with the latest Zig compiler.
-name: Eowyn
-
-on:
- pull_request:
- branches: [ main ]
- schedule:
- - cron: "0 0 * * *"
- workflow_dispatch:
-
-defaults:
- run:
- shell: bash
-
-jobs:
- build:
- strategy:
- matrix:
- os: [ubuntu-latest, windows-latest, macos-latest]
- runs-on: ${{ matrix.os }}
- timeout-minutes: 30
- steps:
- - name: Checkout
- uses: actions/checkout@v3
-
- - name: Setup Zig
- uses: goto-bus-stop/setup-zig@v2
- with:
- version: master
-
- - name: Run Eowyn
- run: patches/eowyn.sh