We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 217de92 commit d3937c3Copy full SHA for d3937c3
.github/workflows/ci-master.yml
@@ -11,7 +11,7 @@ env:
11
jobs:
12
create-source-distribution:
13
name: Create Source Distribution
14
- runs-on: self-hosted
+ runs-on: ubuntu-18.04
15
env:
16
ARTIFACT_DIR: source
17
steps:
@@ -42,7 +42,7 @@ jobs:
42
build-linux:
43
name: Build for Linux
44
needs: create-source-distribution
45
46
47
ARTIFACT_DIR: linux-binaries
48
TEST_LOG_ARTIFACT_DIR: test-logs
@@ -80,7 +80,7 @@ jobs:
80
build-windows:
81
name: Build for Windows
82
83
84
85
ARTIFACT_DIR: windows-binaries
86
0 commit comments