From 2dd948a4a103c097cb866a9f90504f285bf5837b Mon Sep 17 00:00:00 2001 From: James Lucktaylor Date: Fri, 3 Mar 2023 12:07:42 +0000 Subject: [PATCH] ci(actions/rust): align with test-linux job --- .github/workflows/rust.yml | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index f7f1be79c..9ed68f5aa 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -79,15 +79,11 @@ jobs: args: --locked --release --all test-all-features: - name: Tests all features on ${{ matrix.os }} on cron schedule only - - runs-on: ${{ matrix.os }} - - strategy: - fail-fast: false - matrix: - os: [ubuntu-18.04, macos-12, windows-2022] - + name: Tests all features on cron schedule only + runs-on: ubuntu-latest + container: + # Use ubuntu-18.04 to compile with glibc 2.27, which are the production expectations + image: ubuntu:18.04 if: github.event_name == 'schedule' steps: