We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8c80ee commit a61a7d8Copy full SHA for a61a7d8
1 file changed
.github/workflows/pull_request.yml
@@ -13,22 +13,25 @@ on:
13
- '**/*.md'
14
15
env:
16
- BOOST_VERSION: 1.81.0
+ BOOST_VERSION: 1.77.0
17
18
jobs:
19
build:
20
name: "Build ${{ matrix.config.os }}"
21
- runs-on: ${{ matrix.config.os }}
+ runs-on: ${{ matrix.config.runner }}
22
strategy:
23
fail-fast: false
24
matrix:
25
config:
26
- os: "ubuntu-18.04"
27
std: "17"
28
+ runner: droplet-ubuntu-18.04
29
- os: "ubuntu-20.04"
30
31
+ runner: ubuntu-20.04
32
- os: "ubuntu-22.04"
33
34
+ runner: ubuntu-22.04
35
steps:
36
- id: config
37
name: Generate Artefact name
@@ -82,7 +85,7 @@ jobs:
82
85
if: contains(github.ref, 'tags/v')
83
86
84
87
name: "Publish ${{ matrix.config.os }}"
88
+ runs-on: ubuntu-latest
89
90
91
0 commit comments