Skip to content

Commit 4724bb2

Browse files
committed
Run on Ubuntu latest.
1 parent ae41864 commit 4724bb2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/workflows/Crane.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
test:
2727
needs: build
28-
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
strategy:
3131
matrix:

.github/workflows/JetLagged.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
test:
2727
needs: build
28-
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
strategy:
3131
matrix:

.github/workflows/JetNews.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
androidTest:
2727
needs: build
28-
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
strategy:
3131
matrix:

.github/workflows/Jetchat.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
test:
2727
needs: build
28-
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
strategy:
3131
matrix:

.github/workflows/Owl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
test:
2727
needs: build
28-
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
strategy:
3131
matrix:

.github/workflows/Reply.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
test:
2727
needs: build
28-
runs-on: macOS-latest # enables hardware acceleration in the virtual machine
28+
runs-on: ubuntu-latest
2929
timeout-minutes: 30
3030
strategy:
3131
matrix:

0 commit comments

Comments
 (0)