mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Update OS dependencies for build workflow
This commit is contained in:
parent
b22056cefa
commit
f2fc116bb3
1 changed files with 2 additions and 4 deletions
6
.github/workflows/build.yml
vendored
6
.github/workflows/build.yml
vendored
|
|
@ -10,11 +10,9 @@ jobs:
|
|||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
matrix:
|
||||
os: ['ubuntu-20.04',
|
||||
'ubuntu-22.04',
|
||||
'macos-11',
|
||||
'macos-12',
|
||||
os: ['macos-12',
|
||||
'macos-13',
|
||||
'macos-14',
|
||||
'windows-latest']
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Reference in a new issue