Skip to content

Commit 3ab54ae

Browse files
Update ci.yml
1 parent cd2c7f1 commit 3ab54ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ on:
1414

1515
jobs:
1616
release:
17-
runs-on: macOS-14
17+
runs-on: macOS-15
1818
steps:
1919

2020
- uses: actions/checkout@v3
2121

2222
- name: Clone libXray at tag
2323
uses: actions/checkout@v3
2424
with:
25-
repository: 'CodeWithTamim/libXray'
25+
repository: 'XTLS/libXray'
2626
path: 'xray'
2727
ref: ${{ github.event.inputs.tag }}
2828

0 commit comments

Comments
 (0)