diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-12-11 09:13:18 -0500 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2024-12-11 09:13:18 -0500 |
| commit | f29c00c0d7d22c0028f9d8e9cff814c4afbebaf9 (patch) | |
| tree | b7bed04b40e09b85af20f59088bdea1cc681a914 | |
| parent | e60f392e46e824ada7ef949d6942583e0e8fa53a (diff) | |
nvm
| -rw-r--r-- | .github/workflows/full_check.yaml | 4 |
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: |
