Skip to content

Commit 6bff6b6

Browse files
committed
Downgrade cxx-compiler for test on ubuntu ci
1 parent 7cd4f86 commit 6bff6b6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build-and-test-pixi.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
os: [macos-latest, macos-14, ubuntu-latest, windows-2019] # macos-14 is macSilicon
16+
#os: [macos-latest, macos-14, ubuntu-latest, windows-2019] # macos-14 is macSilicon
17+
os: [ubuntu-latest] # macos-14 is macSilicon
1718
steps:
1819
- name : Setup repo
1920
uses: actions/checkout@v4

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ vrs = { cmd = "build/tools/vrs/Release/vrs", depends-on = ["build"]}
4444

4545
[build-dependencies]
4646
cmake = "4.0.0.*"
47-
cxx-compiler = "1.9.0.*"
47+
cxx-compiler = "1.8.0.*"
4848
ninja = "1.12.1.*"
4949

5050
[target.linux-64.dependencies]

0 commit comments

Comments
 (0)