Skip to content

Commit

Permalink
Update minimum OS versions
Browse files Browse the repository at this point in the history
IB-7825, IB-8026

Signed-off-by: Raul Metsma <raul@metsma.ee>
  • Loading branch information
metsma committed May 10, 2024
1 parent ccb29a5 commit d06f94e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Build on macOS
runs-on: macos-latest
env:
MACOSX_DEPLOYMENT_TARGET: 11.0
MACOSX_DEPLOYMENT_TARGET: 12.0
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
container: ubuntu:${{ matrix.container }}
strategy:
matrix:
container: ['20.04', '22.04', '23.10']
container: ['20.04', '22.04', '24.04']
env:
DEBIAN_FRONTEND: noninteractive
DEBFULLNAME: github-actions
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
container: fedora:${{ matrix.container }}
strategy:
matrix:
container: [38, 39]
container: [39, 40]
steps:
- name: Install Deps
run: |
Expand Down Expand Up @@ -186,7 +186,6 @@ jobs:
uses: ilammy/msvc-dev-cmd@v1
with:
arch: x64
sdk: 10.0.19041.0
- name: Install WiX
run: |
dotnet tool install -g wix --version 5.0.0
Expand Down

0 comments on commit d06f94e

Please sign in to comment.