From 9d30f80582f3cd03b0b8ae213d8a338847b4f5dd Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sun, 7 Apr 2024 21:02:53 -0400 Subject: [PATCH] Add macos-14 runner --- .github/workflows/offscreen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/offscreen.yml b/.github/workflows/offscreen.yml index 3af1200..b184689 100644 --- a/.github/workflows/offscreen.yml +++ b/.github/workflows/offscreen.yml @@ -22,7 +22,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest, macos-14] steps: - uses: actions/checkout@v3