Skip to content

Commit

Permalink
switch to 24 runner
Browse files Browse the repository at this point in the history
  • Loading branch information
antheas committed Jun 30, 2024
1 parent 860213d commit fada1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/online_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Rechunk Github Tester
on: [ workflow_dispatch ]
jobs:
online_test:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
steps:
- run: echo "${{ secrets.GITHUB_TOKEN }}" | sudo podman login ghcr.io -u ${{ github.actor }} --password-stdin
- uses: actions/checkout@v4
Expand Down

0 comments on commit fada1f9

Please sign in to comment.