Skip to content

Commit

Permalink
Don't run CBMC on free ubuntu-latest runner
Browse files Browse the repository at this point in the history
We seem to be hitting resource limitations and need to consider
re-enabling it on a self-hosted runner (likely EC2).

Signed-off-by: Hanno Becker <[email protected]>
  • Loading branch information
hanno-becker committed Sep 10, 2024
1 parent 9d76e91 commit b31b8d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
cbmc:
strategy:
matrix:
system: [macos-latest, ubuntu-latest]
system: [macos-latest]
runs-on: ${{ matrix.system }}
defaults:
run:
Expand Down

0 comments on commit b31b8d7

Please sign in to comment.