File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 runs-on : macOS-13
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 ref : ${{ inputs.version }}
1919 - name : Select Xcode
Original file line number Diff line number Diff line change 1313 runs-on : macOS-13
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 ref : ${{ inputs.version }}
1919 - name : Select Xcode
Original file line number Diff line number Diff line change 3434 runs-on : macOS-13
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838 - name : Select Xcode
3939 run : sudo xcode-select -s /Applications/Xcode_14.3.1.app
4040 - name : Install Rust
Original file line number Diff line number Diff line change 1515 runs-on : ${{ matrix.tests.machine }}
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v3
18+ uses : actions/checkout@v4
1919 - name : Select Xcode
2020 run : sudo xcode-select -s /Applications/Xcode_${{ matrix.tests.xcode }}.app
2121 - name : Install Rust
You can’t perform that action at this time.
0 commit comments