Skip to content

Commit

Permalink
#68 update boost workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kwabenantim committed Apr 26, 2024
1 parent b52956b commit 32a0a96
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions .github/workflows/boost.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,27 @@ on:
workflow_dispatch:
inputs:
boost_ver:
description: 'Boost version'
description: "Boost version"
required: true
type: string
default: '1.74.0'
default: "1.83.0"

os:
description: 'OS'
description: "OS"
required: true
type: choice
options:
- 'ubuntu-20.04'
- 'ubuntu-22.04'
default: 'ubuntu-22.04'
- "ubuntu:22.04"
- "ubuntu:24.04"
default: "ubuntu:24.04"

jobs:
setup:
name: build and cache boost

runs-on: ${{ github.event.inputs.os }}

runs-on: ubuntu-latest
container:
image: ${{ github.event.inputs.os }}

steps:
- name: checkout
Expand Down

0 comments on commit 32a0a96

Please sign in to comment.