From ac8951c4e228f818a9e05efea4d9d199582ef9fc Mon Sep 17 00:00:00 2001 From: Andras Fekete Date: Thu, 19 Jan 2023 09:54:20 -0500 Subject: [PATCH] Fix typo --- .github/workflows/os-check.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/os-check.yml b/.github/workflows/os-check.yml index 63bcbeda3..55cb809e1 100644 --- a/.github/workflows/os-check.yml +++ b/.github/workflows/os-check.yml @@ -14,7 +14,7 @@ jobs: make_check: strategy: matrix: - os: [ ubunut-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] name: make_check on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: @@ -32,7 +32,7 @@ jobs: make_check_enable_all: strategy: matrix: - os: [ ubunut-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] name: make_check_enable_all on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: @@ -50,7 +50,7 @@ jobs: make_check_enable_all_asn: strategy: matrix: - os: [ ubunut-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] name: make_check_enable_all_asn on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: @@ -68,7 +68,7 @@ jobs: make_user: strategy: matrix: - os: [ ubunut-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] name: make_user on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: @@ -86,7 +86,7 @@ jobs: make_user_all: strategy: matrix: - os: [ ubunut-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] name: make_user_all on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: @@ -105,7 +105,7 @@ jobs: make_user_minecc: strategy: matrix: - os: [ ubunut-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] name: make_user_minecc on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: @@ -123,7 +123,7 @@ jobs: make_user_wolfboot: strategy: matrix: - os: [ ubunut-latest, macos-latest ] + os: [ ubuntu-latest, macos-latest ] name: make_user_wolfboot on ${{ matrix.os }} runs-on: ${{ matrix.os }} steps: