From 2a819e927f67879bf82a9f2f79dd37f48e11a19e Mon Sep 17 00:00:00 2001 From: kklein Date: Thu, 24 Oct 2024 15:45:21 +0200 Subject: [PATCH] Adapt oss. --- .github/workflows/build_and_publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 939e06c..d53aa4e 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-20.04, windows-2019, macos-11 ] + os: [ ubuntu-24.04, windows-2019, macos-13, macos-latest ] steps: - uses: actions/checkout@v4