Skip to content

Commit

Permalink
fix: downgrade ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tricked-dev committed Sep 22, 2023
1 parent 76b8955 commit 58c6b76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@ on:
paths:
- "**.rs"
- "**.toml"
- "**.yml"

env:
CARGO_TERM_COLOR: always
RUSTFLAGS: ""

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04

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

0 comments on commit 58c6b76

Please sign in to comment.