Skip to content

Commit

Permalink
Update boost_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
anatolse authored Jul 7, 2024
1 parent 6ca36ab commit 540854d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/boost_build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
name: Build Boost
on:
push:
tags:
- boost_prebuild*
on: [push]

jobs:
build_windows:
if: ${{false}}
runs-on: windows-2019
steps:
- name: Create Build Environment
Expand Down Expand Up @@ -39,6 +37,7 @@ jobs:
if-no-files-found: error

build_ubuntu:
if: ${{false}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -93,7 +92,8 @@ jobs:
if-no-files-found: error

build_osx:
runs-on: macos-11
#if: ${{false}}
runs-on: macos-12
steps:
- name: Create Build Environment
shell: bash
Expand Down

0 comments on commit 540854d

Please sign in to comment.