Skip to content

Commit

Permalink
Merge pull request #48 from Quetzal-framework/develop
Browse files Browse the repository at this point in the history
fix: drafter config
  • Loading branch information
Becheler authored Sep 22, 2024
2 parents 2a77d14 + 51481d0 commit e0afc05
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

jobs:
build:
runs-on: ubuntu-22.04
runs-on: ubuntu-24s.04

steps:
- uses: actions/checkout@v4
Expand All @@ -32,8 +32,9 @@ jobs:
with:
python-version: 3.x

- name: Set Up Conan
run: pip install conan==2.0.13
- name: Conan installation
run: |
pip install -U conan
- name: Cache Conan
uses: actions/cache@v4
Expand Down

0 comments on commit e0afc05

Please sign in to comment.