Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/NesTiler.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-13 19:10:31 +0300
committerAlexey 'Cluster' Avdyukhin <clusterrr@clusterrr.com>2022-10-13 19:10:31 +0300
commit1942022eb93f186478c06cd622324f1841b3d0bf (patch)
tree3269569597f583d2a35eb86e42525712babb6985 /.github
parent7181a10d7fcb65d7d3c50b1e723ad95dcb0e895e (diff)
Workflow
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/tests.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index e3030f8..fd6c33a 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -13,13 +13,6 @@ jobs:
matrix:
host: [windows-latest, ubuntu-latest, macos-latest]
sc: [no-self-contained, self-contained]
- exclude:
- - os: linux
- arch: x86
- - os: osx
- arch: x86
- - os: osx
- arch: arm
runs-on: ${{ matrix.host }}
env:
TESTS_PATH: ./Tests