Skip to content

Commit

Permalink
Fix GA runners again
Browse files Browse the repository at this point in the history
  • Loading branch information
aivve committed Mar 13, 2022
1 parent d5e8935 commit b9f0043
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
jobs:
build-windows:
name: Windows
runs-on: windows-latest
runs-on: windows-2019
env:
BOOST_ROOT: C:\thirdparties\boost-1.72.0
steps:
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:

build-macos:
name: macOS
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@master
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-windows:
name: Windows
runs-on: windows-latest
runs-on: windows-2019
env:
BOOST_ROOT: C:\thirdparties\boost-1.72.0
steps:
Expand Down Expand Up @@ -128,7 +128,7 @@ jobs:

build-macos:
name: macOS
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@master
with:
Expand Down

0 comments on commit b9f0043

Please sign in to comment.