Skip to content

Commit 8eaec21

Browse files
authored
Merge pull request #23 from thomaskf/master
Updated ci.yaml to fix the issue of the Linux Intel binary file compiled on Github.
2 parents 98cbe57 + 2a7e7ea commit 8eaec21

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,19 @@ concurrency:
1515
jobs:
1616
build-linux-x86-64:
1717
name: Linux x86-64 gcc-${{ matrix.gcc-version }} cmake-${{ matrix.cmake-version }}
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04
1919
strategy:
2020
fail-fast: false
2121
matrix:
2222
include:
2323
# Oldest supported gcc and cmake versions
2424
- gcc-version: 9
2525
cmake-version: 3.14.7
26-
upload: false
26+
upload: true
2727
# Latest supported gcc and cmake versions
2828
- gcc-version: 12
2929
cmake-version: latest
30-
upload: true
30+
upload: false
3131

3232
steps:
3333
- name: Checkout

0 commit comments

Comments
 (0)