Skip to content

Commit

Permalink
Merge branch '2024-beta' of https://github.com/frc868/houndutil into …
Browse files Browse the repository at this point in the history
…2024-beta
  • Loading branch information
superpenguin612 committed Dec 23, 2023
2 parents 3661324 + f16543f commit b6b45dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest

# This grabs the WPILib docker container
container: wpilib/roborio-cross-ubuntu:2023-22.04
container: wpilib/roborio-cross-ubuntu:2024-22.04

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v4

# Grant execute permission for gradlew
- name: Grant execute permission for gradlew
Expand Down

0 comments on commit b6b45dc

Please sign in to comment.