Skip to content

Commit

Permalink
update to macos 13 ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
erikng committed Feb 1, 2024
1 parent 179802d commit 0cbeab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_python_3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout python repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_python_3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build:
runs-on: macos-12
runs-on: macos-13

steps:
- name: Checkout python repo
Expand Down

0 comments on commit 0cbeab8

Please sign in to comment.