Skip to content

Commit

Permalink
Debugging rebase failure
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex committed Jan 3, 2024
1 parent f2fd3c9 commit e794e41
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ env:

jobs:
start-binutils-rebase:
runs-on: ubuntu-latest
runs-on: [Windows, GCC, ARM64]

steps:
- name: Checkout repository
Expand All @@ -58,7 +58,7 @@ jobs:
${{ github.workspace }}/.github/scripts/rebase-start.sh ${{ env.BINUTILS_UPSTREAM_URL }} ${{ env.UPSTREAM_BRANCH }} ${{ env.REBASE_BRANCH }}
start-gcc-rebase:
runs-on: ubuntu-latest
runs-on: [Windows, GCC, ARM64]

steps:
- name: Checkout repository
Expand All @@ -80,7 +80,7 @@ jobs:
${{ github.workspace }}/.github/scripts/rebase-start.sh ${{ env.GCC_UPSTREAM_URL }} ${{ env.UPSTREAM_BRANCH }} ${{ env.REBASE_BRANCH }}
start-mingw-rebase:
runs-on: ubuntu-latest
runs-on: [Windows, GCC, ARM64]

steps:
- name: Checkout repository
Expand Down

0 comments on commit e794e41

Please sign in to comment.