Skip to content

Commit

Permalink
ci tests: update macos versions
Browse files Browse the repository at this point in the history
macos 11 seems not responsive anymore?
macos 14 for testing on arm64
  • Loading branch information
benbovy committed Oct 9, 2024
1 parent 2106079 commit 8f4f76c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
cfg:
- {os: ubuntu-latest, gcc: 9, label: "linux / gcc 9"}
- {os: ubuntu-latest, gcc: 11, label: "linux / gcc 11"}
- {os: macos-11, label: "macos 11"}
- {os: macos-12, label: "macos 12"}
- {os: macos-14, label: "macos 14"}
- {os: windows-latest, label: "windows"}
steps:
- name: Checkout repo
Expand Down

0 comments on commit 8f4f76c

Please sign in to comment.