Skip to content

Commit

Permalink
Regenerate GitHub Actions workflow
Browse files Browse the repository at this point in the history
Executed command: sbt githubWorkflowGenerate
  • Loading branch information
typelevel-steward[bot] committed Sep 27, 2024
1 parent ce0fe35 commit 2622303
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.12.15, 2.13.6, 3.1.1]
scala: [2.12.15, 2.13.6, 3.3.4]
java: [temurin@8]
project: [rootJS, rootJVM, rootNative]
exclude:
- project: rootNative
scala: 3.1.1
scala: 3.3.4
runs-on: ${{ matrix.os }}
steps:
- name: Checkout current branch (full)
Expand Down Expand Up @@ -113,7 +113,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.1.1]
scala: [3.3.4]
java: [temurin@8]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -210,22 +210,22 @@ jobs:
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.1, rootJS)
- name: Download target directories (3.3.4, rootJS)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJS
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJS

- name: Inflate target directories (3.1.1, rootJS)
- name: Inflate target directories (3.3.4, rootJS)
run: |
tar xf targets.tar
rm targets.tar
- name: Download target directories (3.1.1, rootJVM)
- name: Download target directories (3.3.4, rootJVM)
uses: actions/download-artifact@v2
with:
name: target-${{ matrix.os }}-${{ matrix.java }}-3.1.1-rootJVM
name: target-${{ matrix.os }}-${{ matrix.java }}-3.3.4-rootJVM

- name: Inflate target directories (3.1.1, rootJVM)
- name: Inflate target directories (3.3.4, rootJVM)
run: |
tar xf targets.tar
rm targets.tar
Expand Down

0 comments on commit 2622303

Please sign in to comment.