Skip to content

Commit

Permalink
Disable linux again. Segfault in ryujit, huh
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalStrehovsky authored Feb 6, 2025
1 parent 46ae78a commit 8571d66
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/sizestats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ jobs:
needs: build
strategy:
matrix:
os: [linux, windows]
os: [windows]
# os: [linux, windows]
flavor: [baseline, compare]
project:
- hello
Expand All @@ -117,9 +118,9 @@ jobs:
- reflection
- kestrel-minimal
include:
- os: linux
osrid: linux
vm: ubuntu-latest
# - os: linux
# osrid: linux
# vm: ubuntu-latest
- os: windows
osrid: win
vm: windows-latest
Expand Down

0 comments on commit 8571d66

Please sign in to comment.