Skip to content

Commit 6cbd5d8

Browse files
[ci] Fix arm build
1 parent 241665d commit 6cbd5d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cross.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ concurrency:
55
cancel-in-progress: true
66
jobs:
77
build:
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
name: '${{ matrix.target.arch }}, ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}'
1010
strategy:
1111
matrix:
@@ -14,7 +14,7 @@ jobs:
1414
- { platform: 'arm', arch: 'armv7-a', dir: 'arm-linux-gnueabihf', flags: '-mfpu=vfpv3-d16', full: 'OFF' } # no neon
1515
- { platform: 'aarch64', arch: 'armv8-a', dir: 'aarch64-linux-gnu', flags: '', full: 'ON' }
1616
sys:
17-
- { compiler: 'gcc', version: '8' }
17+
- { compiler: 'gcc', version: '9' }
1818
- { compiler: 'clang', version: 'latest' }
1919
steps:
2020
- name: Setup compiler

0 commit comments

Comments
 (0)