From 81e1224c1dae92aeabd5a99b71f766c0946af217 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Mon, 21 Apr 2025 16:41:51 -0500 Subject: [PATCH] Update host version for microsoft github's tests, and enable ASAN. --- .github/workflows/toybox.yml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/toybox.yml b/.github/workflows/toybox.yml index 2eb12efb..167d4b0e 100644 --- a/.github/workflows/toybox.yml +++ b/.github/workflows/toybox.yml @@ -21,16 +21,12 @@ jobs: - name: Test run: VERBOSE=all make tests - Ubuntu-20_04: - runs-on: ubuntu-20.04 + Ubuntu-22_04: + runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v2 - name: Setup run: sudo apt-get install build-essential - - name: Configure - run: make defconfig - - name: Build - run: make - - name: Test - run: VERBOSE=all make tests + - name: Configure build and test + run: VERBOSE=all make defconfig tests -- 2.39.5