Skip to content

Commit ebe12cb

Browse files
committed
Try 1 to fix the linux build
1 parent be5c7b7 commit ebe12cb

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/ci.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ jobs:
2020
matrix:
2121
platform: [macos-14]
2222
runs-on: ${{ matrix.platform }}
23-
env:
24-
MG_VERSION: "1.4.0"
2523
steps:
2624
- name: Set-up repository
2725
uses: actions/checkout@v2
@@ -78,8 +76,8 @@ jobs:
7876
build_and_test_linux:
7977
strategy:
8078
matrix:
81-
platform: [ubuntu-20.04, ubuntu-22.04]
82-
mgversion: ["2.0.0", "2.3.0"]
79+
platform: [ubuntu-24.04]
80+
mgversion: ["2.19.0"]
8381
packages: ["gcc g++ clang"]
8482
gcc-postfix: [""]
8583
clang-postfix: [""]

0 commit comments

Comments
 (0)