Skip to content

Commit

Permalink
Revert "Try out ubuntu-24.04-arm"
Browse files Browse the repository at this point in the history
This reverts commit 4010d0d.
  • Loading branch information
Goooler committed Jan 22, 2025
1 parent 1a4a594 commit c28c134
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ on:

jobs:
build:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-latest
permissions:
contents: write
steps:
Expand All @@ -48,7 +48,7 @@ jobs:
build/outputs/mapping/lawnWithQuickstepRelease/mapping.txt
check-style:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
Expand All @@ -61,7 +61,7 @@ jobs:
- run: ./gradlew spotlessCheck

nightly-release:
runs-on: ubuntu-24.04-arm
runs-on: ubuntu-latest
if: github.repository_owner == 'Goooler' && github.ref == 'refs/heads/trunk' && github.event_name == 'push'
needs: build
permissions:
Expand Down

0 comments on commit c28c134

Please sign in to comment.