let's start using java 17 for half of the workflows

This commit is contained in:
rusefillc 2024-09-02 08:42:28 -04:00 committed by rusefillc
parent 7b974db492
commit f4ae497a4f
9 changed files with 9 additions and 9 deletions

View File

@ -21,7 +21,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- name: Install Tools
run: |

View File

@ -10,7 +10,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- uses: carlosperate/arm-none-eabi-gcc-action@v1
with:

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- uses: carlosperate/arm-none-eabi-gcc-action@v1
with:

View File

@ -3,7 +3,7 @@ name: Firmware at GHA
#
# this github action uses generate_matrix.sh to scan the file system and automatically produce build matrix!
#
# this github action is the heaviest one we've got, with each run taking around 10 minutes and the matrix which has a few dozens of these runs
# this github action is the heaviest one we've got, with each run taking around 10 minutes and the matrix which has a few dozens of these runs
#
# We have two mechanists to reduce github action runner consumption
# * 'skip_rate' ratio in meta-info.env files allows to skip some builds with specific skip percentage

View File

@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- name: Generate docs and enums
working-directory: ./firmware/

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- name: Test Compiler
run: javac -version

View File

@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- uses: actions/checkout@v4

View File

@ -58,7 +58,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- name: Code generation tools
working-directory: ./java_tools

View File

@ -24,7 +24,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'
- name: Test Compiler
run: javac -version