Skip to content

Commit d3937c3

Browse files
committedApr 16, 2020
Revert github actions change
1 parent 217de92 commit d3937c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎.github/workflows/ci-master.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ env:
1111
jobs:
1212
create-source-distribution:
1313
name: Create Source Distribution
14-
runs-on: self-hosted
14+
runs-on: ubuntu-18.04
1515
env:
1616
ARTIFACT_DIR: source
1717
steps:
@@ -42,7 +42,7 @@ jobs:
4242
build-linux:
4343
name: Build for Linux
4444
needs: create-source-distribution
45-
runs-on: self-hosted
45+
runs-on: ubuntu-18.04
4646
env:
4747
ARTIFACT_DIR: linux-binaries
4848
TEST_LOG_ARTIFACT_DIR: test-logs
@@ -80,7 +80,7 @@ jobs:
8080
build-windows:
8181
name: Build for Windows
8282
needs: create-source-distribution
83-
runs-on: self-hosted
83+
runs-on: ubuntu-18.04
8484
env:
8585
ARTIFACT_DIR: windows-binaries
8686
steps:

0 commit comments

Comments
 (0)
Please sign in to comment.