Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3389662
D4261.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D4261.diff
View Options
diff --git a/.github/workflows/android_ci.yml b/.github/workflows/android_ci.yml
--- a/.github/workflows/android_ci.yml
+++ b/.github/workflows/android_ci.yml
@@ -11,7 +11,7 @@
jobs:
build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/android_release.yml b/.github/workflows/android_release.yml
--- a/.github/workflows/android_release.yml
+++ b/.github/workflows/android_release.yml
@@ -6,7 +6,7 @@
jobs:
build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/docker_keyserver.yml b/.github/workflows/docker_keyserver.yml
--- a/.github/workflows/docker_keyserver.yml
+++ b/.github/workflows/docker_keyserver.yml
@@ -10,7 +10,7 @@
jobs:
build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/eslint_flow_jest.yml b/.github/workflows/eslint_flow_jest.yml
--- a/.github/workflows/eslint_flow_jest.yml
+++ b/.github/workflows/eslint_flow_jest.yml
@@ -6,7 +6,7 @@
jobs:
build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
diff --git a/.github/workflows/services_ci.yml b/.github/workflows/services_ci.yml
--- a/.github/workflows/services_ci.yml
+++ b/.github/workflows/services_ci.yml
@@ -11,7 +11,7 @@
jobs:
build:
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 30, 8:03 PM (20 h, 30 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2602223
Default Alt Text
D4261.diff (1 KB)
Attached To
Mode
D4261: [CI] Bump GitHub Actions Ubuntu machines to `ubuntu-latest`
Attached
Detach File
Event Timeline
Log In to Comment