Skip to content

Commit

Permalink
Revert "run on 22.04."
Browse files Browse the repository at this point in the history
This reverts commit cd89e65.
  • Loading branch information
anarkiwi committed May 7, 2024
1 parent aea8f20 commit f5fdde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: test
on: [push, pull_request]
jobs:
test-clang-format:
runs-on: ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -11,7 +11,7 @@ jobs:
run: |
sudo apt-get -yq update && sudo apt-get -yq install clang-format python3-pip && pip3 install cmake_format && ./bin/run_c_format.sh lib
test:
runs-on: ubuntu-2204
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: test
Expand Down

0 comments on commit f5fdde4

Please sign in to comment.