Skip to content

Commit

Permalink
Remove macos-flyci in ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whyb committed Oct 15, 2024
1 parent 6cae215 commit 61d8610
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,12 +191,3 @@ jobs:
run: |
docker run -u root --rm -v $(pwd):/${{ github.workspace }} -w ${{ github.workspace }} --platform linux/${{ matrix.arch }} debian:unstable-slim \
/bin/bash -c "apt update && apt install -y gcc libc6-dev && gcc main.c -o ruapu && ./ruapu"
macos-flyci:
runs-on: flyci-macos-14-xlarge-m2
steps:
- uses: actions/checkout@v4
- name: build-test
run: |
clang main.c -o ruapu
./ruapu

0 comments on commit 61d8610

Please sign in to comment.