Skip to content

Commit 84e5739

Browse files
committed
Revert "allow both ubuntu-latest and solinas"
This reverts commit 8948ae3.
1 parent 8948ae3 commit 84e5739

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_and_test_cap.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
npm:
20-
runs-on: [ ubuntu-latest, solinas ]
20+
runs-on: [ ubuntu-latest ]
2121
env:
2222
JAVA_HOME: /usr/lib/jvm/java-17-openjdk
2323
strategy:

.github/workflows/build_and_test_expressjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
jobs:
1919
npm:
20-
runs-on: [ ubuntu-latest, solinas ]
20+
runs-on: [ ubuntu-latest ]
2121
env:
2222
JAVA_HOME: /usr/lib/jvm/java-17-openjdk
2323
strategy:

0 commit comments

Comments
 (0)