Skip to content

Commit

Permalink
Try to run ci on ubuntu-22
Browse files Browse the repository at this point in the history
  • Loading branch information
pavoljuhas committed Sep 4, 2024
1 parent b45a20a commit f5d45bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/bazeltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
# Run tests with Bazel v5.3.0.
test:
name: Test with Bazel
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
# Hardware optimizers.
Expand Down Expand Up @@ -43,7 +43,7 @@ jobs:
test-san:
name: Sanitizer tests
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
matrix:
# Test sanitizers
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
test-mem:
name: Test with tcmalloc
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f5d45bd

Please sign in to comment.