Skip to content

Commit

Permalink
maybe not
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyMusatkin committed Dec 6, 2024
1 parent de3f2a9 commit 2c8ccb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ jobs:
# check that docs can still build
check-docs:
runs-on: ubuntu-24.04 # use same version as docs.yml
runs-on: ubuntu-22.04 # use same version as docs.yml
steps:
- uses: aws-actions/configure-aws-credentials@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
update-docs-branch:
runs-on: ubuntu-24.04 # use same version as ci.yml's check-docs
runs-on: ubuntu-22.04 # use same version as ci.yml's check-docs
permissions:
contents: write # allow push
steps:
Expand Down

0 comments on commit 2c8ccb3

Please sign in to comment.