From dfd0211607fb15fc7e67883d811d54868d8b5c68 Mon Sep 17 00:00:00 2001 From: Bob's Programming Academy <97769721+BobsProgrammingAcademy@users.noreply.github.com> Date: Sun, 12 May 2024 00:53:57 +0200 Subject: [PATCH] Updated GitHub Actions --- .github/workflows/django.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index 53010a8..405d099 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -13,7 +13,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest] steps: - uses: actions/checkout@v4