Skip to content

Commit

Permalink
Merge pull request #275 from AxVultis/github-actions
Browse files Browse the repository at this point in the history
Update release runner to fixed OS version
  • Loading branch information
krypt0x authored Feb 15, 2022
2 parents 5bac2e4 + 43fe784 commit 4ff4611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
build-macos:
name: macOS
runs-on: macos-latest
runs-on: macos-11
steps:
- uses: actions/checkout@master

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.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:/hostedtoolcache/windows/Boost/1.72.0/x86_64
steps:
Expand Down

0 comments on commit 4ff4611

Please sign in to comment.