Skip to content

Commit

Permalink
Update google action to use new Github MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Sep 17, 2024
1 parent bfb951f commit 1d1af65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/google.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ jobs:
os: ubuntu-latest
- name: "macos-py38"
python: "3.8"
os: macos-latest
os: macos-13
- name: "macos-py39"
python: "3.9"
os: macos-latest
os: macos-13
- name: "macos-py310"
python: "3.10"
os: macos-latest
os: macos-13

env:
INVOKE_IS_CI_CD: 1
Expand Down

0 comments on commit 1d1af65

Please sign in to comment.