Skip to content

Commit

Permalink
👷 Use Java 17 in the runnable workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexV525 authored Feb 26, 2024
1 parent 5cf18b0 commit b5fcda9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/runnable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
distribution: 'zulu'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand All @@ -41,8 +41,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
distribution: 'zulu'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
architecture: x64
Expand All @@ -63,8 +63,8 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: 'adopt'
java-version: '11'
distribution: 'zulu'
java-version: '17'
- uses: subosito/flutter-action@v2
with:
channel: 'stable'
Expand Down

0 comments on commit b5fcda9

Please sign in to comment.