Skip to content

Commit

Permalink
ci: Pin dotnet and codgen workflows to Ubuntu 22.04
Browse files Browse the repository at this point in the history
- Dotnet workflows currently failing on Ubuntu 24.04
  • Loading branch information
kieran-ryan committed Jan 4, 2025
1 parent ba1204c commit 0152827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-codegen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
test-codegen:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ on:

jobs:
test-dotnet:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
Expand Down

0 comments on commit 0152827

Please sign in to comment.