From 8f55f4d1c1a0bc036441453266c5c5d3ea9c4c65 Mon Sep 17 00:00:00 2001 From: ZanzyTHEbar Date: Wed, 10 May 2023 12:25:45 +0100 Subject: [PATCH] fix: test ubuntu 18.04 --- .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 0e19b57c..fdc03391 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-18.04 rust_target: x86_64-unknown-linux-gnu