Skip to content

Commit 190d292

Browse files
Regenerate GitHub Actions workflow
Executed command: sbt githubWorkflowGenerate
1 parent 0e38630 commit 190d292

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
- macos-11
3636
- macos-12
3737
- windows-2022
38-
scala: [3.3.3, 2.13.12]
38+
scala: [3.3.7, 2.13.12]
3939
java: [temurin@17]
4040
project: [rootJVM, rootNative]
4141
include:
4242
- os: ubuntu-latest
4343
experimental: yes
4444
exclude:
45-
- scala: 3.3.3
45+
- scala: 3.3.7
4646
os: windows-2022
4747
- project: rootJVM
4848
runs-on: ${{ matrix.os }}
@@ -247,12 +247,12 @@ jobs:
247247
vcpkg install --triplet x64-windows curl
248248
cp "C:\vcpkg\installed\x64-windows\lib\libcurl.lib" "C:\vcpkg\installed\x64-windows\lib\curl.lib"
249249
250-
- name: Download target directories (3.3.3, rootNative)
250+
- name: Download target directories (3.3.7, rootNative)
251251
uses: actions/download-artifact@v3
252252
with:
253-
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.3-rootNative
253+
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.7-rootNative
254254

255-
- name: Inflate target directories (3.3.3, rootNative)
255+
- name: Inflate target directories (3.3.7, rootNative)
256256
run: |
257257
tar xf targets.tar
258258
rm targets.tar

0 commit comments

Comments
 (0)