Skip to content

Commit

Permalink
Merge pull request #59 from TwinFan/next
Browse files Browse the repository at this point in the history
Build: Specify ubuntu-20.04 and macos-11
  • Loading branch information
TwinFan authored Jan 7, 2023
2 parents 32b66ed + df56bd2 commit 5bfaa37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
#####################################
# Linux with GCC
build-lin:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Checkout Code
uses: actions/checkout@v3 # must checkout before we can use our own actions
Expand All @@ -46,7 +46,7 @@ jobs:
#####################################
# MacOS with CMake/clang and sign/notarize in self-written script
build-mac:
runs-on: macos-latest
runs-on: macos-11
steps:
- name: Checkout Code
uses: actions/checkout@v3 # must checkout before we can use our own actions
Expand Down

0 comments on commit 5bfaa37

Please sign in to comment.