Skip to content

Commit

Permalink
ci: Explicitly set Ubuntu 22.04 runner
Browse files Browse the repository at this point in the history
- Ensures stability during Ubuntu 24.04 transition period
- Avoids potential issues during the automatic rollout
- Will revisit after January 17th, 2025 when rollout completes
  • Loading branch information
pradhans0906 committed Dec 7, 2024
1 parent 45e69f1 commit 5dcdbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 5dcdbcc

Please sign in to comment.