diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-04 16:27:17 +0100 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-02-04 16:27:17 +0100 |
| commit | 279ee1b310a7d37318b58580579890f4f9436099 (patch) | |
| tree | c750f376acabacd983ac96d1b3c4fc87468bf41e | |
| parent | 7ee2eec8009bfa5d7dfdc5f8055d1b2ca1207ba4 (diff) | |
drop amd64 sim
| -rw-r--r-- | .github/workflows/full_check.yaml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/full_check.yaml b/.github/workflows/full_check.yaml index 760871c..6ee4da0 100644 --- a/.github/workflows/full_check.yaml +++ b/.github/workflows/full_check.yaml @@ -297,9 +297,6 @@ jobs: run: | ./build_single.sh ${{ matrix.coin }} aarch64-apple-iossimulator -j$(sysctl -n hw.logicalcpu) - - name: build (x86_64-apple-iossimulator) - run: | - ./build_single.sh ${{ matrix.coin }} x86_64-apple-iossimulator -j$(sysctl -n hw.logicalcpu) - name: rename artifacts run: | mkdir release/gh/ |
