Skip to content

Commit

Permalink
Revert CI tests to run on ubuntu20.04 again
Browse files Browse the repository at this point in the history
  • Loading branch information
emil916 committed Dec 6, 2023
1 parent b6b6e38 commit f0b35e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Expand Up @@ -18,7 +18,7 @@ env:
# job control
jobs:
format:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- name: Clang Format
Expand All @@ -29,7 +29,7 @@ jobs:
run: cargo fmt -- --check

test:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
if: always()

strategy:
Expand Down

0 comments on commit f0b35e7

Please sign in to comment.