diff options
| author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2025-03-01 23:18:47 +0100 |
|---|---|---|
| committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2025-03-01 23:18:47 +0100 |
| commit | 0d4f2e003be7985fd90df50208cb974794d8fc6a (patch) | |
| tree | 22b24aab99735442c915780b6fcd381000f9eaac /.github/workflows | |
| parent | 4d6f149c93b6c9e4120a93b74c7d191937cf99a7 (diff) | |
| download | FlightCore-0d4f2e003be7985fd90df50208cb974794d8fc6a.tar.gz FlightCore-0d4f2e003be7985fd90df50208cb974794d8fc6a.zip | |
fix(ci): Make sure TS binding check runs on Ubuntu 22.04
as there are build errors for 24.04
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/push-test.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/push-test.yml b/.github/workflows/push-test.yml index 482535ed..377e6d06 100644 --- a/.github/workflows/push-test.yml +++ b/.github/workflows/push-test.yml @@ -61,7 +61,7 @@ jobs: # Ensure committed bindings correct autogen-ts-bindings-check: - runs-on: ubuntu-latest + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v4 - uses: dtolnay/rust-toolchain@stable |
