Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- arch: arm64
runner: ubuntu-22.04-arm
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Install compilers
run: sudo apt-get update && sudo apt-get install -y gcc clang
Expand All @@ -47,7 +47,7 @@ jobs:
- variant: x86_64
runner: macos-13 # x86-64
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5
- run: ./tools/ci-build.sh --cores=2
- run: make check

Expand All @@ -61,7 +61,7 @@ jobs:
arch: ['x86_64', 'aarch64']
cc: ['clang', 'gcc']
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v5

- name: Build & Test inside FreeBSD
uses: vmactions/[email protected]
Expand Down
Loading