diff options
| author | 2026-02-20 08:00:36 -0600 | |
|---|---|---|
| committer | 2026-02-20 08:00:36 -0600 | |
| commit | 08e40304879da10d035be2db1ab0da94a3f0dcd9 (patch) | |
| tree | 4cdffdbe2bca825485270e5dcf529c080b0bc5da | |
| parent | Suspicious locking behavior with select. (diff) | |
Add builders for issue #1716
| -rw-r--r-- | .github/workflows/release.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/test.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e40422f7..c5389e91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,7 +46,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ macos-latest ] + os: [ macos-latest, macos-15-intel ] steps: - name: Checkout the repository uses: actions/checkout@master diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 823f807c..b2669786 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,7 +12,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ ubuntu-latest, macos-latest, macos-14 ] + os: [ ubuntu-latest, macos-latest, macos-14, macos-15-intel ] steps: - name: Checkout the repository uses: actions/checkout@master |
