diff options
author | Artem Panfilov <artemp@synopsys.com> | 2022-02-18 11:49:51 +0300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2022-02-20 20:41:31 +1300 |
commit | e1a654eb935847858ff3a7f882175c90a11fc2c8 (patch) | |
tree | 5639c18e83437cb06b9038bc5700335e88276275 /.github | |
parent | 5ea8f0f5247a93d83c0f1113287443eb77ac9715 (diff) | |
download | crosstool-ng-e1a654eb935847858ff3a7f882175c90a11fc2c8.tar.gz crosstool-ng-e1a654eb935847858ff3a7f882175c90a11fc2c8.tar.bz2 crosstool-ng-e1a654eb935847858ff3a7f882175c90a11fc2c8.zip |
CI: sort sample lines ascending order
Signed-off-by: Artem Panfilov <artemp@synopsys.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index cbe790a1..ce3bff7b 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -115,8 +115,8 @@ jobs: "s390-unknown-linux-gnu", "sh-unknown-elf", "sparc-unknown-linux-gnu", - "x86_64-unknown-linux-gnu", "x86_64-multilib-linux-uclibc", + "x86_64-unknown-linux-gnu", "x86_64-w64-mingw32", "xtensa-fsf-linux-uclibc", ] |