let's start using java 17 for half of the workflows
This commit is contained in:
parent
7b974db492
commit
f4ae497a4f
|
@ -21,7 +21,7 @@ jobs:
|
|||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
|
||||
- name: Install Tools
|
||||
run: |
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,7 +13,7 @@ jobs:
|
|||
- uses: actions/setup-java@v4
|
||||
with:
|
||||
distribution: 'zulu'
|
||||
java-version: '11'
|
||||
java-version: '17'
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue