Skip to content

Commit

Permalink
Use macos-14 for running tests on GitHub actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
hsorby committed Dec 3, 2024
1 parent 2591a71 commit cc5c06f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: run-tests

on:
push:
branches:
- 'main'
pull_request:

jobs:
Expand All @@ -10,7 +12,7 @@ jobs:
strategy:
matrix:
python-version: ['3.10', '3.11']
os: [macos-12] # windows-2022
os: [macos-14] # windows-2022
runs-on: ${{ matrix.os }}
steps:
- name: Set up Python
Expand Down

0 comments on commit cc5c06f

Please sign in to comment.