From 7a5293b5a13c7769453b8874105e22e3b5a3bbd2 Mon Sep 17 00:00:00 2001 From: "Matthew D. Steele" Date: Mon, 8 May 2023 20:24:39 -0400 Subject: [PATCH] Update macOS test runner to macos-11 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c415f8a..3fbaa19 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -40,7 +40,7 @@ jobs: tests: strategy: matrix: - os: [ ubuntu-20.04, windows-2019, macos-10.15] + os: [ ubuntu-20.04, windows-2019, macos-11] rust: [ stable ] needs: [linters]