Skip to content
Merged
Show file tree
Hide file tree
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
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- ubuntu-latest
- macos-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- run: make
- run: make test
windows:
Expand All @@ -34,7 +34,7 @@ jobs:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up the desired MSYS2 environment
uses: msys2/setup-msys2@v2
with:
Expand All @@ -45,7 +45,7 @@ jobs:
code-coverage-old:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup LCOV
uses: hrishikesh-kadam/setup-lcov@v1
- name: Build and Run tests
Expand All @@ -63,9 +63,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Openlibm
uses: actions/checkout@v5
uses: actions/checkout@v6
- name: Checkout Openlibm-test
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: 'JuliaMath/openlibm-test'
path: 'openlibm-test'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross-loongarch64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
ARCH: ${{ matrix.config.arch }}
TRIPLE: ${{ matrix.config.triple }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install qemu
run: |
sudo apt update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ARCH: ${{ matrix.config.arch }}
TRIPLE: ${{ matrix.config.triple }}
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install qemu and toolchain gcc-${{ matrix.config.triple }}
run: |
sudo apt update
Expand Down