Skip to content

Commit dda1638

Browse files
V3 - Bumps @action/cache to 4.0.3 (#790)
* actions-cache upgrade to 4.0.3 on node 16 * npm audit fix * macos-latest to macos-13 * macos-latest to macos-13 * ubuntu-latest to ubuntu-22-04 * Step to install sbt and dragonwell fix for 11 * dragonwell fix * dragonwell fix * dragonwell check failure fix * dragonwell check failures-fix * check failures fix * check failures fix * check failure fix * fix check-failures for dragonwell * macos-latest to macos-13 * ubuntu-latest to ubuntu-22.04
1 parent 0ab4596 commit dda1638

24 files changed

+84611
-23608
lines changed

.github/workflows/e2e-cache.yml

+7-2
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
strategy:
122122
fail-fast: false
123123
matrix:
124-
os: [macos-latest, windows-latest, ubuntu-latest]
124+
os: [macos-13, windows-latest, ubuntu-22.04]
125125
steps:
126126
- name: Checkout
127127
uses: actions/checkout@v3
@@ -132,11 +132,16 @@ jobs:
132132
distribution: 'adopt'
133133
java-version: '11'
134134
cache: sbt
135+
- name: Setup SBT
136+
if: matrix.os == 'macos-13'
137+
run: |
138+
echo ""Installing SBT...""
139+
brew install sbt
135140
- name: Create files to cache
136141
run: sbt update
137142

138143
- name: Check files to cache on macos-latest
139-
if: matrix.os == 'macos-latest'
144+
if: matrix.os == 'macos-13'
140145
run: |
141146
if [ ! -d ~/Library/Caches/Coursier ]; then
142147
echo "::error::The ~/Library/Caches/Coursier directory does not exist unexpectedly"

.github/workflows/e2e-versions.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
os: [macos-latest, windows-latest, ubuntu-latest]
23+
os: [macos-13, windows-2022, ubuntu-22.04]
2424
distribution: [
2525
'temurin',
2626
'adopt',
@@ -37,10 +37,10 @@ jobs:
3737
- distribution: microsoft
3838
version: 8
3939
- distribution: dragonwell
40-
os: macos-latest
40+
os: macos-13
4141
include:
4242
- distribution: oracle
43-
os: macos-latest
43+
os: macos-13
4444
version: 17
4545
- distribution: oracle
4646
os: windows-latest
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
fail-fast: false
7171
matrix:
72-
os: [macos-latest, windows-latest, ubuntu-latest]
72+
os: [macos-13, windows-latest, ubuntu-latest]
7373
distribution: ['temurin', 'zulu', 'liberica']
7474
version:
7575
- '11.0'
@@ -171,7 +171,7 @@ jobs:
171171
strategy:
172172
fail-fast: false
173173
matrix:
174-
os: [macos-latest, windows-latest, ubuntu-latest]
174+
os: [macos-13, windows-latest, ubuntu-latest]
175175
version: ['17-ea', '15.0.0-ea.14']
176176
steps:
177177
- name: Checkout
@@ -215,7 +215,7 @@ jobs:
215215
strategy:
216216
fail-fast: false
217217
matrix:
218-
os: [macos-latest, windows-latest, ubuntu-latest]
218+
os: [macos-13, windows-latest, ubuntu-latest]
219219
distribution: ['temurin', 'zulu', 'liberica', 'semeru']
220220
java-package: ['jre']
221221
version: ['17.0']
@@ -263,7 +263,7 @@ jobs:
263263
fail-fast: false
264264
matrix:
265265
# x86 is not supported on macOS
266-
os: [windows-latest, ubuntu-latest]
266+
os: [windows-latest, ubuntu-22.04]
267267
distribution: ['liberica', 'zulu', 'corretto']
268268
version: ['11']
269269
steps:
@@ -311,7 +311,7 @@ jobs:
311311
strategy:
312312
fail-fast: false
313313
matrix:
314-
os: [macos-latest, windows-latest, ubuntu-latest]
314+
os: [macos-13, windows-latest, ubuntu-latest]
315315
distribution: ['temurin', 'zulu', 'liberica', 'microsoft', 'corretto']
316316
steps:
317317
- name: Checkout
@@ -335,7 +335,7 @@ jobs:
335335
strategy:
336336
fail-fast: false
337337
matrix:
338-
os: [macos-latest, windows-latest, ubuntu-latest]
338+
os: [macos-13, windows-latest, ubuntu-latest]
339339
distribution: ['adopt', 'adopt-openj9', 'zulu']
340340
steps:
341341
- name: Checkout
@@ -359,7 +359,7 @@ jobs:
359359
strategy:
360360
fail-fast: false
361361
matrix:
362-
os: [macos-latest, windows-latest, ubuntu-latest]
362+
os: [macos-13, windows-latest, ubuntu-latest]
363363
distribution: ['adopt', 'zulu', 'liberica']
364364
steps:
365365
- name: Checkout

.licenses/npm/@actions/cache.dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/core.dep.yml

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/exec.dep.yml

+10-20
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@actions/http-client-2.2.3.dep.yml

+32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@azure/abort-controller.dep.yml

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.licenses/npm/@fastify/busboy.dep.yml

+30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)