summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2023-11-01 22:37:32 +0800
committerruki <[email protected]>2023-11-01 22:37:32 +0800
commit62e71bb6aa56d397edc45a0a3112248778a42bac (patch)
tree1406b2c7bd29d576f95dbd718a2a3b6407137f3b
parentf767ae45aedd7dbdc0602b1ae1c476273ce28f31 (diff)
remove macos arm64 ci
-rw-r--r--.github/workflows/macos_arm64.yml61
1 files changed, 0 insertions, 61 deletions
diff --git a/.github/workflows/macos_arm64.yml b/.github/workflows/macos_arm64.yml
deleted file mode 100644
index b359b7dc8..000000000
--- a/.github/workflows/macos_arm64.yml
+++ /dev/null
@@ -1,61 +0,0 @@
-name: macOS (Arm64)
-
-on:
- pull_request:
- push:
- release:
- types: [published]
-
-jobs:
- build:
-
- runs-on: macos-latest-large
-
- concurrency:
- group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-macOS-Arm64
- cancel-in-progress: true
- steps:
- - uses: actions/checkout@v2
- with:
- # WyriHaximus/github-action-get-previous-tag@master need it
- fetch-depth: 0
- submodules: true
- - name: Prepare local xmake
- run: cp -rf . ../xmake-source
- - uses: xmake-io/github-action-setup-xmake@v1
- with:
- xmake-version: local#../xmake-source
-
- - name: Installation
- run: |
- brew install dmd
- brew install dub
-
- - name: Tests
- run: |
- uname -a
- xmake lua -v -D tests/run.lua
- xrepo --version
-
- - name: Artifact
- run: |
- brew install gnu-tar
- gem install --no-document fpm
- scripts/archive-all
- scripts/makeself/build-runfile.sh
- - uses: actions/upload-artifact@v2
- with:
- name: xmake-latest.gz.run
- path: artifacts/xmake.gz.run
- - uses: actions/upload-artifact@v2
- with:
- name: xmake-latest.xz.run
- path: artifacts/xmake.xz.run
- - uses: actions/upload-artifact@v2
- with:
- name: xmake-latest.tar.gz
- path: artifacts/xmake.tar.gz
- - uses: actions/upload-artifact@v2
- with:
- name: xmake-latest.zip
- path: artifacts/xmake.zip