diff --git a/.github/workflows/conan_create.yml b/.github/workflows/conan_create.yml index 84ea1d014..4000d359b 100644 --- a/.github/workflows/conan_create.yml +++ b/.github/workflows/conan_create.yml @@ -76,7 +76,7 @@ jobs: conan remove -c celix/* mac-build: - runs-on: macOS-13 + runs-on: macOS-latest timeout-minutes: 120 steps: - name: Checkout source code diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2e11482dd..ff7934c34 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -16,7 +16,7 @@ env: jobs: macos-build-conan: - runs-on: macOS-13 + runs-on: macos-latest timeout-minutes: 120 steps: - name: Checkout source code