Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into fc.timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Aug 16, 2023
2 parents dcbef6a + dd5bcd7 commit 7c138ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-test-cplusplus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:
jobs:
valgrind:
name: valgrind ubuntu
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
asan:
name: ASAN ubuntu
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -48,7 +48,7 @@ jobs:
tsan:
name: TSAN ubuntu
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v3
Expand Down

0 comments on commit 7c138ed

Please sign in to comment.