Skip to content

Commit

Permalink
gen: run on ubuntu-latest
Browse files Browse the repository at this point in the history
ubuntu-20.04 is being deprecated.

See actions/runner-images#11101.
  • Loading branch information
tamird committed Mar 2, 2025
1 parent 9e1bcd0 commit 5d5b63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
codegen:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 5d5b63d

Please sign in to comment.