diff options
-rw-r--r-- | .builds/debian-aarch64.yml | 2 | ||||
-rw-r--r-- | .builds/debian.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.builds/debian-aarch64.yml b/.builds/debian-aarch64.yml index 0e67a43..4d8c7b0 100644 --- a/.builds/debian-aarch64.yml +++ b/.builds/debian-aarch64.yml @@ -1,4 +1,4 @@ -image: debian/sid +image: debian/stable packages: - gcc-aarch64-linux-gnu - libc-dev-arm64-cross diff --git a/.builds/debian.yml b/.builds/debian.yml index b719099..e4a4b55 100644 --- a/.builds/debian.yml +++ b/.builds/debian.yml @@ -1,4 +1,4 @@ -image: debian/stretch +image: debian/stable sources: - https://git.sr.ht/~mcf/cproc - git://c9x.me/qbe.git |