Skip to content

Commit

Permalink
Run GHA on explicitly specified runner
Browse files Browse the repository at this point in the history
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see actions/runner-images#10636
  • Loading branch information
legigor committed Jan 2, 2025
1 parent ad92bcd commit 42d93a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
release:
name: Build and release
timeout-minutes: 2
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
services:
azurite:
image: mcr.microsoft.com/azure-storage/azurite
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on:
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
runs-on: ubuntu-24.04
services:
azurite:
image: mcr.microsoft.com/azure-storage/azurite
Expand Down

0 comments on commit 42d93a1

Please sign in to comment.