Skip to content

Commit

Permalink
update: 暂时禁用macos的ci
Browse files Browse the repository at this point in the history
  • Loading branch information
wendal committed Dec 31, 2023
1 parent c8fd866 commit 6ada4d7
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,24 +69,24 @@ jobs:
name: luatos_linux_${{ matrix.linux_bits }}
path: luatos_linux_${{ matrix.linux_bits }}.tar

macos:
runs-on: macos-12
steps:
- uses: actions/checkout@v4
- name: prepare software
run: |
brew install git xmake libtool
- name: clone LuatOS
run: |
cd ..
git clone https://github.com/openLuat/LuatOS.git
- name: build
run: |
xmake -w -y
- name: Tar files
run: tar -cvf luatos_osx.tar build/out
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: luatos_osx
path: luatos_osx.tar
# macos:
# runs-on: macos-12
# steps:
# - uses: actions/checkout@v4
# - name: prepare software
# run: |
# brew install git xmake libtool
# - name: clone LuatOS
# run: |
# cd ..
# git clone https://github.com/openLuat/LuatOS.git
# - name: build
# run: |
# xmake -w -y
# - name: Tar files
# run: tar -cvf luatos_osx.tar build/out
# - name: Upload artifact
# uses: actions/upload-artifact@v3
# with:
# name: luatos_osx
# path: luatos_osx.tar

0 comments on commit 6ada4d7

Please sign in to comment.