From 58a70585bc8cdb81132e349f60f03f423e8d165b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mateusz=20Kwiecin=CC=81ski?= Date: Fri, 26 Jan 2024 21:51:58 +0100 Subject: [PATCH] Re-enable testing on `macos-latest` runner --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 55b93b1..2cf4b90 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -121,7 +121,7 @@ jobs: strategy: fail-fast: false matrix: - os: [windows-latest, ubuntu-latest] + os: [ macos-latest, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }} name: Execute on ${{ matrix.os }} runner steps: