Skip to content

Commit

Permalink
Run workflow on Ubuntu-22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gr0vity-dev committed Aug 18, 2023
1 parent e5127c7 commit 1c592e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_sanitizers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
TEST_USE_ROCKSDB: [0, 1]
COMPILER: [clang]
SANITIZER: [ASAN, ASAN_INT, TSAN]
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
outputs:
issue_reported: ${{ steps.show_report.outputs.issue_reported }}
env:
Expand Down

0 comments on commit 1c592e8

Please sign in to comment.