From 62620001d74ff91c351abee10393fe0da112c174 Mon Sep 17 00:00:00 2001 From: Mike Molinari Date: Tue, 9 May 2023 23:23:45 -0400 Subject: [PATCH] Feat: Update ci.yaml swap to use older version of ubuntu. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f0d64a8..7fb29f85 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,7 +33,7 @@ jobs: node-version: [18.x] #, macos-latest #windows-latest, - platform: [ubuntu-latest] + platform: [ubuntu-18.04] include: - os: ubuntu-latest rust_target: x86_64-unknown-linux-gnu