mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Add additional platform versions to build
This commit is contained in:
parent
a7fb33c28c
commit
c91b7dae10
1 changed files with 5 additions and 1 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -10,7 +10,11 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['ubuntu-20.04', 'macos-11', 'windows-latest']
|
||||
os: ['ubuntu-20.04',
|
||||
'ubuntu-latest',
|
||||
'macos-11',
|
||||
'macos-latest',
|
||||
'windows-latest']
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Reference in a new issue