From bdf47a70e999cf18433cb7685c89ff73b3f554b0 Mon Sep 17 00:00:00 2001 From: tobozo Date: Tue, 8 Oct 2024 13:41:50 +0200 Subject: [PATCH] testing macos-latest see https://github.com/actions/runner-images/issues/10721 --- .github/workflows/SDLBuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/SDLBuild.yml b/.github/workflows/SDLBuild.yml index 14d731cc..d347564c 100644 --- a/.github/workflows/SDLBuild.yml +++ b/.github/workflows/SDLBuild.yml @@ -44,7 +44,7 @@ jobs: matrix: include: - { os: windows-latest } - - { os: macos-12 } + - { os: macos-latest } - { os: ubuntu-latest } steps: