Skip to content

Commit

Permalink
CI: use ubuntu-22.04 for SDK too
Browse files Browse the repository at this point in the history
To better share caches with the main run.

Once `feature/py3` is merged, we can move all this to 24.04.

Signed-off-by: Edwin Török <[email protected]>
  • Loading branch information
edwintorok committed Aug 5, 2024
1 parent 8e3d5d8 commit 1e69e18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate-and-build-sdks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
jobs:
generate-sdk-sources:
name: Generate SDK sources
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 1e69e18

Please sign in to comment.