Skip to content

Commit

Permalink
Downgrade CI for some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davschneller committed Nov 13, 2024
1 parent 6514a18 commit f683eaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
unittest:
name: unittest
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tidy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
clang-tidy:
name: clang-tidy
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
steps:
- name: apt-get
run: |
Expand Down

0 comments on commit f683eaa

Please sign in to comment.