diff options
author | Michael Forney <mforney@mforney.org> | 2021-09-09 00:36:01 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2021-09-09 00:39:38 -0700 |
commit | 32df8722283c6d2f5385870d36db75d514b33a5b (patch) | |
tree | d7fe2adb72ba47d71a9bd94a19ee336caaf5340e | |
parent | 2f27b9307d89404a868d5a2cf274c80703952b9a (diff) | |
download | cproc-32df8722283c6d2f5385870d36db75d514b33a5b.tar.xz |
CI: Switch to debian/stable
-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 |