Skip to content

Commit

Permalink
Updating CI versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
armfazh committed Aug 9, 2024
1 parent 4c54705 commit 8b48c70
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/oncici.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
matrix:
compiler: [ [gcc,g++], [clang,clang++] ]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Building
env:
CC: ${{ matrix.compiler[0] }}
Expand All @@ -24,15 +24,15 @@ jobs:
run: |
cd build
bin/bench | tee timings_${{ matrix.compiler[0] }}.txt
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: Timings
path: build/timings_${{ matrix.compiler[0] }}.txt
test:
name: Testing
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Building
run: |
mkdir build
Expand Down

0 comments on commit 8b48c70

Please sign in to comment.