Skip to content

Commit

Permalink
fix: Replace macos-latest with macos-13 and macos-14 runners (eclipse…
Browse files Browse the repository at this point in the history
…-zenoh#935)

* wip: Test check job on macOS 12, 13 and 14

* fix: Replace macos-latest with macos-13 and macos-14 runners

At the time of committing, maco-latest is just macos-12.
  • Loading branch information
fuzzypixelz authored Apr 16, 2024
1 parent 664efbd commit 4aa6e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- name: Clone this repository
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-13, macos-14]

steps:
- name: Clone this repository
Expand Down

0 comments on commit 4aa6e3d

Please sign in to comment.