Skip to content

Commit

Permalink
CI: use macos-13 for tests to run x64 python (#2054)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisvandenbossche committed May 14, 2024
1 parent 347a3d7 commit 70fcae0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-2019]
os: [ubuntu-latest, macos-13, windows-2019]
architecture: [x64]
geos: [3.8.4, 3.9.5, 3.10.6, 3.11.3, 3.12.1, main]
include:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
run: |
echo "${{ env.GEOS_INSTALL }}/bin" >> $GITHUB_PATH
echo "LDFLAGS=-Wl,-rpath,${{ env.GEOS_INSTALL }}/lib" >> $GITHUB_ENV
if: ${{ matrix.os == 'macos-latest' }}
if: ${{ matrix.os == 'macos-13' }}

# Windows requires special treatment:
# - geos-config does not exist, so we specify include and library paths
Expand Down

0 comments on commit 70fcae0

Please sign in to comment.