Skip to content

Commit

Permalink
run on 22.04.
Browse files Browse the repository at this point in the history
anarkiwi committed Apr 28, 2024
1 parent 74eea3f commit cd89e65
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
@@ -2,7 +2,7 @@ name: test
on: [push, pull_request]
jobs:
test-clang-format:
runs-on: ubuntu-latest
runs-on: ubuntu-2204
steps:
- uses: actions/checkout@v4
with:
@@ -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-latest
runs-on: ubuntu-2204
steps:
- uses: actions/checkout@v4
- name: test

0 comments on commit cd89e65

Please sign in to comment.