We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df30583 commit ea9ccceCopy full SHA for ea9ccce
.github/workflows/ci-linux.yml
@@ -17,7 +17,7 @@ jobs:
17
image: swift:${{ matrix.swift }}
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v4.2.1
+ uses: actions/checkout@v4.3.1
21
22
- name: APT cache
23
uses: actions/[email protected]
.github/workflows/ci-macos.yml
@@ -15,7 +15,7 @@ jobs:
15
xcode: ["15.4", "16.0"]
16
- name: Select Xcode ${{ matrix.xcode }}
run: sudo xcode-select -s /Applications/Xcode_${{ matrix.xcode }}.app
.github/workflows/ci-windows.yml
@@ -18,7 +18,7 @@ jobs:
tag: 5.10-RELEASE
- name: Cache vcpkg
24
0 commit comments