summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/full_check.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml
index 6fe6c5a..ab6bc5a 100644
--- a/.github/workflows/full_check.yaml
+++ b/.github/workflows/full_check.yaml
@@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- coin: [monero, wownero, zano]
+ coin: [monero, wownero]
runs-on: ubuntu-latest
container:
image: ubuntu:24.04
@@ -195,7 +195,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- coin: [monero, wownero, zano]
+ coin: [monero, wownero]
name: macos build
runs-on: macos-14
steps: