Skip to content

Commit

Permalink
github: action: Fix: Freeze ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
RaulTrombin committed Mar 26, 2024
1 parent 1d81cad commit 55e4a17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
quick-tests:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- uses: actions-rs/[email protected]
Expand All @@ -20,7 +20,7 @@ jobs:

build:
needs: quick-tests
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@master
- uses: actions-rs/[email protected]
Expand Down

0 comments on commit 55e4a17

Please sign in to comment.