Skip to content

Commit

Permalink
CI/Testing: Use macOS 13 on GHA
Browse files Browse the repository at this point in the history
macos-14 aka. macos-latest has switched to being an ARM runner. In turn, this one only supports higher versions of Python than currently designated.

Thus, switching to a compatible runner, macos-13.
  • Loading branch information
amotl committed May 6, 2024
1 parent d673126 commit 7331b6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-native-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ 'ubuntu-latest', 'macos-latest' ]
os: [ 'ubuntu-latest', 'macos-13' ]
python-version: [ '3.7', '3.12' ]
cratedb-version: [ 'nightly' ]

Expand Down

0 comments on commit 7331b6e

Please sign in to comment.