Skip to content

Commit

Permalink
ci(sanitize): downgrade to ubuntu v22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
mxinden committed Jan 13, 2025
1 parent 085fa62 commit ba9f34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sanitize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest] # No Windows support for sanitizers.
os: [ubuntu-22.04, macos-latest] # No Windows support for sanitizers.
sanitizer: [address, thread, leak] # TODO: memory
exclude:
# Memory and leak sanitizers are not supported on macOS.
Expand Down

0 comments on commit ba9f34d

Please sign in to comment.