Skip to content

Commit a61a7d8

Browse files
author
Adam Bowen
committed
feat: Boost 1.77
1 parent c8c80ee commit a61a7d8

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

.github/workflows/pull_request.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,25 @@ on:
1313
- '**/*.md'
1414

1515
env:
16-
BOOST_VERSION: 1.81.0
16+
BOOST_VERSION: 1.77.0
1717

1818
jobs:
1919
build:
2020
name: "Build ${{ matrix.config.os }}"
21-
runs-on: ${{ matrix.config.os }}
21+
runs-on: ${{ matrix.config.runner }}
2222
strategy:
2323
fail-fast: false
2424
matrix:
2525
config:
2626
- os: "ubuntu-18.04"
2727
std: "17"
28+
runner: droplet-ubuntu-18.04
2829
- os: "ubuntu-20.04"
2930
std: "17"
31+
runner: ubuntu-20.04
3032
- os: "ubuntu-22.04"
3133
std: "17"
34+
runner: ubuntu-22.04
3235
steps:
3336
- id: config
3437
name: Generate Artefact name
@@ -82,7 +85,7 @@ jobs:
8285
if: contains(github.ref, 'tags/v')
8386

8487
name: "Publish ${{ matrix.config.os }}"
85-
runs-on: ${{ matrix.config.os }}
88+
runs-on: ubuntu-latest
8689
strategy:
8790
fail-fast: false
8891
matrix:

0 commit comments

Comments
 (0)