From 48700bd2c5f47908e29a66cf2bef5bafed8b5b92 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Thu, 28 Nov 2024 19:24:50 +0100 Subject: [PATCH 1/2] 291 --- extern/nlopt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extern/nlopt b/extern/nlopt index 75dd16e..11cff2c 160000 --- a/extern/nlopt +++ b/extern/nlopt @@ -1 +1 @@ -Subproject commit 75dd16e147c265a70b14ee5cde6af943b576f726 +Subproject commit 11cff2c773b4b98821915a72179f4667c307ce6d From ec9281991148d4289802d003577cffc437c3f8f8 Mon Sep 17 00:00:00 2001 From: Julien Schueller Date: Thu, 28 Nov 2024 19:28:30 +0100 Subject: [PATCH 2/2] osx: restore x86 builds --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 532e78d..b3787ce 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: strategy: fail-fast: False matrix: - os: [ ubuntu-latest, macos-latest, macos-14 ] + os: [ ubuntu-latest, macos-latest, macos-13 ] steps: - name: Checkout repository uses: actions/checkout@v4 @@ -90,7 +90,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ windows-latest, ubuntu-latest, macos-latest, macos-14 ] + os: [ windows-latest, ubuntu-latest, macos-latest, macos-13 ] python-version: [ '3.9', '3.10', '3.11', '3.12', '3.13' ] steps: