1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 02:21:16 +02:00

ci: lock Ubuntu runner to ubuntu-22.04

Lock the Ubuntu runner to ubuntu-22.04 to avoid accidental updates [1]
and increase reproducibility.

[1]: https://github.com/actions/runner-images/issues/10636
This commit is contained in:
NAHO 2024-12-27 01:56:12 +01:00
parent bff9296ab9
commit fe5f02c2c2
No known key found for this signature in database
GPG key ID: 229CB671D09B95F5
4 changed files with 11 additions and 11 deletions

View file

@ -3,9 +3,9 @@ queue_rules:
# all required tests need to go here
merge_conditions:
- check-success=tests (macos-latest)
- check-success=tests (ubuntu-latest)
- check-success=tests (ubuntu-22.04)
- check-success=installer_test (macos-latest)
- check-success=installer_test (ubuntu-latest)
- check-success=installer_test (ubuntu-22.04)
- check-success=vm_tests
batch_size: 5