Skip to content

Commit

Permalink
Fix rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Oct 10, 2024
1 parent 108db34 commit c3e5f73
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
},
/** Python version in actions/setup-python action */
{
fileMatch: ['^\\.github/workflows/.*\\.yaml$'],
fileMatch: ['^\\.github/workflows/(main|pull-request-automation)\\.yaml$'],
matchStrings: [' python-version: [\'"](?<currentValue>[0-9\\.]+)[\'"]'],
datasourceTemplate: 'python-version',
depNameTemplate: 'python',
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild-115.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
rebuild:
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
name: Rebuild 1.15
timeout-minutes: 20

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rebuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
jobs:
rebuild:
name: Rebuild
runs-on: ubuntu-24.04
runs-on: ubuntu-22.04
timeout-minutes: 20

strategy:
Expand Down

0 comments on commit c3e5f73

Please sign in to comment.