Skip to content

Commit

Permalink
Update the OS and JDK distribution in dokka-gh-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ShreckYe committed Nov 5, 2024
1 parent 6e5de03 commit 502df8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dokka-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ concurrency:
jobs:
# Build job
build:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
Expand All @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-java@v4
with:
java-version: "8"
distribution: "zulu"
distribution: "temurin"

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
Expand Down

0 comments on commit 502df8e

Please sign in to comment.