Skip to content

Commit

Permalink
ci: Fix Ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
vasylskorych committed Dec 4, 2024
1 parent 7fec845 commit d83cbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on: [push]
jobs:
build:
name: ${{ matrix.name }}
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
include:
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:

docs:
name: Docs
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
needs: build

steps:
Expand Down

0 comments on commit d83cbd2

Please sign in to comment.