From 2c2bd076938ea7a8427fec288b74300c09d1535d Mon Sep 17 00:00:00 2001 From: Ross Smith II Date: Fri, 24 Nov 2023 22:02:35 -0800 Subject: [PATCH] Fix typo in ci.yml (#1120) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 810008dbc..03c1044c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -67,7 +67,7 @@ jobs: - name: Check out code. uses: actions/checkout@v3 - name: Linux Install - if: matrix.platform == 'ubuntu-22.04' + if: matrix.platform == 'ubuntu-latest' run: | sudo apt-get install -y bsdmainutils - name: Script