From 578698c1fe43f2b258c767fa820ef3cfad731389 Mon Sep 17 00:00:00 2001 From: Dana Date: Thu, 16 Mar 2023 16:14:22 +0200 Subject: [PATCH] tsting --- .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 a8276a3..e0ce1b7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -5,7 +5,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] + os: [macos-latest] steps: - name: Checkout uses: actions/checkout@v3