Skip to content

Commit

Permalink
Try 1 to fix the linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
gitbuda committed Aug 24, 2024
1 parent be5c7b7 commit ebe12cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
matrix:
platform: [macos-14]
runs-on: ${{ matrix.platform }}
env:
MG_VERSION: "1.4.0"
steps:
- name: Set-up repository
uses: actions/checkout@v2
Expand Down Expand Up @@ -78,8 +76,8 @@ jobs:
build_and_test_linux:
strategy:
matrix:
platform: [ubuntu-20.04, ubuntu-22.04]
mgversion: ["2.0.0", "2.3.0"]
platform: [ubuntu-24.04]
mgversion: ["2.19.0"]
packages: ["gcc g++ clang"]
gcc-postfix: [""]
clang-postfix: [""]
Expand Down

0 comments on commit ebe12cb

Please sign in to comment.