Skip to content

Commit

Permalink
chore: update macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed May 22, 2024
1 parent cb51600 commit 39d240b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
TOOLCHAIN: stable,
TARGET: x86_64-pc-windows-msvc,
}
- { OS: macos-11, TOOLCHAIN: stable, TARGET: x86_64-apple-darwin }
- { OS: macos-14, TOOLCHAIN: stable, TARGET: x86_64-apple-darwin }
steps:
- name: Checkout the repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 39d240b

Please sign in to comment.