Skip to content

Commit

Permalink
bump to llvm-16
Browse files Browse the repository at this point in the history
  • Loading branch information
Ninja3047 committed Jul 27, 2023
1 parent 9655b5e commit bfd55ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/anghabench-after-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
llvm: [ '15' ]
llvm: [ '16' ]
run_size: [ '1k' ]

name: Run AnghaBench CI (AMD64)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/anghabench-cron-jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
llvm: [ '15' ]
llvm: [ '16' ]
run_size: [ '1k' ]

name: Run AnghaBench CI (AMD64)
Expand Down

0 comments on commit bfd55ad

Please sign in to comment.