Skip to content

Commit 739437b

Browse files
Update rust.yml
1 parent f16663b commit 739437b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches: [ "main" ]
66
pull_request:
77
branches: [ "main" ]
8+
workflow_dispatch:
89

910
env:
1011
CARGO_TERM_COLOR: always
@@ -16,7 +17,7 @@ jobs:
1617
platform:
1718
- os: ubuntu-latest
1819
- os: windows-latest
19-
- os: macOS-13
20+
- os: macOS-14
2021

2122
runs-on: ${{ matrix.platform.os }}
2223

0 commit comments

Comments
 (0)