Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
explicit ubuntu version. setup-sbt
  • Loading branch information
xuwei-k committed Oct 13, 2024
1 parent 28e38c0 commit f76a514
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
test:
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
timeout-minutes: 50
strategy:
fail-fast: false
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
with:
java-version: 21
distribution: temurin
- uses: sbt/setup-sbt@8a071aa780c993c7a204c785d04d3e8eb64ef272 # v1.1.0
- uses: actions/setup-node@v4
with:
node-version: 22
Expand All @@ -74,6 +75,7 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: sbt/setup-sbt@8a071aa780c993c7a204c785d04d3e8eb64ef272 # v1.1.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install pandoc
run: ./.github/install_pandoc.sh
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
with:
java-version: 8
distribution: temurin
- uses: sbt/setup-sbt@8a071aa780c993c7a204c785d04d3e8eb64ef272 # v1.1.0
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
ref: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit f76a514

Please sign in to comment.