Skip to content

Commit

Permalink
Build images on ubuntu-22.04 for better compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 authored Oct 3, 2024
1 parent 1ccead0 commit 8ae5d3c
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,17 @@ jobs:
build:
name: Build Release
needs: create-release
runs-on: ${{ matrix.os }}-latest
runs-on: ${{ matrix.image }}
strategy:
fail-fast: false
matrix:
os:
- ubuntu
- windows
- macos
include:
- os: ubuntu
image: ubuntu-22.04
- os: windows
image: windows-latest
- os: macos
image: macos-latest

env:
X86_64_PC_WINDOWS_MSVC_OPENSSL_DIR: c:/vcpkg/installed/x64-windows-static
Expand Down

0 comments on commit 8ae5d3c

Please sign in to comment.