Skip to content

Commit

Permalink
fix runs-on -> os
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Apr 27, 2024
1 parent f114447 commit 7efaf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ jobs:
python-version: ["3.7", "3.13"]
exclude:
- python-version: "3.7"
runs-on: macos-latest
os: macos-latest
include:
- python-version: "3.7"
runs-on: macos-13
os: macos-13

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 7efaf0a

Please sign in to comment.