Skip to content

Commit

Permalink
update MacOS in Github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mikahanninen committed Sep 17, 2024
1 parent b871d9b commit 36e7385
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/openai.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
6 changes: 3 additions & 3 deletions .github/workflows/pdf.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
6 changes: 3 additions & 3 deletions .github/workflows/recognition.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
6 changes: 3 additions & 3 deletions .github/workflows/windows.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 36e7385

Please sign in to comment.