Skip to content

Commit a918776

Browse files
committed
point to bp-ubuntu-latest-x64-4x
1 parent f6a1aca commit a918776

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permissions:
1313
jobs:
1414
build:
1515

16-
runs-on: ubuntu-latest-8-cores
16+
runs-on: bp-ubuntu-latest-x64-4x
1717

1818
steps:
1919
- uses: actions/checkout@v3

Diff for: .github/workflows/diffuse.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ env:
1313
jobs:
1414
assemble-base:
1515
if: ${{ github.repository != 'signalapp/Signal-Android' }}
16-
runs-on: ubuntu-latest-8-cores
17-
16+
runs-on: bp-ubuntu-latest-x64-4x 
17+
1818
steps:
1919
- uses: actions/checkout@v3
2020
with:

Diff for: .github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
build:
1212

13-
runs-on: ubuntu-latest
13+
runs-on: bp-ubuntu-latest-x64-4x
1414

1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)