Skip to content

Commit

Permalink
Update benchmark.yml
Browse files Browse the repository at this point in the history
Use ubuntu-20.04 instead of Ubuntu-latest b/c of issues with MINSIGSTKSZ (see https://stackoverflow.com/questions/71454588/minsigstksz-error-after-update-in-my-manjaro-linux)
  • Loading branch information
bitbacchus authored Nov 30, 2022
1 parent 88be8f8 commit 52492fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
jobs:
benchmarks:
name: Run C++ benchmark
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 52492fa

Please sign in to comment.