From 2d15ed9e12396eab7619c40e25f95c1e57b1d7f7 Mon Sep 17 00:00:00 2001 From: Peter Kriens Date: Tue, 1 Oct 2024 18:09:50 +0200 Subject: [PATCH] Update subflow-native.yaml --- .github/workflows/subflow-native.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/subflow-native.yaml b/.github/workflows/subflow-native.yaml index eb80c6d4b..70e75cc77 100644 --- a/.github/workflows/subflow-native.yaml +++ b/.github/workflows/subflow-native.yaml @@ -5,7 +5,7 @@ on: jobs: build: - runs-on: macos-11 + runs-on: macos-13 steps: - uses: actions/checkout@v4