Skip to content

Commit

Permalink
ci: bump runner to ubuntu-24
Browse files Browse the repository at this point in the history
  • Loading branch information
mrpollo committed Jan 10, 2025
1 parent 1764e12 commit d55382d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ on:
jobs:
build:
name: Build and Push Container
runs-on: [runs-on,runner=8cpu-linux-x64,image=ubuntu22-full-x64,"run-id=${{ github.run_id }}",spot=false]
runs-on: [runs-on,runner=8cpu-linux-x64,image=ubuntu24-full-x64,"run-id=${{ github.run_id }}",spot=false]
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit d55382d

Please sign in to comment.