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 Dec 20, 2024
1 parent 0e70866 commit 689e1ed
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 689e1ed

Please sign in to comment.