Skip to content

Commit 7136edc

Browse files
Fix sbt and x86 CI failures on Ubuntu-24 (#693)
* updated workflows with ubuntu 24.04 runner * added workflow_dispatch to test workflows * updated workflow to ubnutu 22.04 * Updated workflows for PR * workflows updated to ubuntu-latest * Audit fixes
1 parent 8df1039 commit 7136edc

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/e2e-cache.yml

+2-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-13, windows-latest, ubuntu-latest]
124+
os: [macos-13, windows-latest, ubuntu-22.04]
125125
steps:
126126
- name: Checkout
127127
uses: actions/checkout@v4
@@ -170,7 +170,7 @@ jobs:
170170
strategy:
171171
fail-fast: false
172172
matrix:
173-
os: [macos-13, windows-latest, ubuntu-latest]
173+
os: [macos-13, windows-latest, ubuntu-22.04]
174174
needs: sbt-save
175175
steps:
176176
- name: Checkout

.github/workflows/e2e-versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ jobs:
305305
fail-fast: false
306306
matrix:
307307
# x86 is not supported on macOS
308-
os: [windows-latest, ubuntu-latest]
308+
os: [windows-latest, ubuntu-22.04]
309309
distribution: ['liberica', 'zulu', 'corretto']
310310
version: ['11']
311311
steps:

package-lock.json

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

0 commit comments

Comments
 (0)