Skip to content

Commit

Permalink
[ci] Fix arm build
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Aug 2, 2024
1 parent 241665d commit 6cbd5d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ concurrency:
cancel-in-progress: true
jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
name: '${{ matrix.target.arch }}, ${{ matrix.sys.compiler }} ${{ matrix.sys.version }}'
strategy:
matrix:
Expand All @@ -14,7 +14,7 @@ jobs:
- { platform: 'arm', arch: 'armv7-a', dir: 'arm-linux-gnueabihf', flags: '-mfpu=vfpv3-d16', full: 'OFF' } # no neon
- { platform: 'aarch64', arch: 'armv8-a', dir: 'aarch64-linux-gnu', flags: '', full: 'ON' }
sys:
- { compiler: 'gcc', version: '8' }
- { compiler: 'gcc', version: '9' }
- { compiler: 'clang', version: 'latest' }
steps:
- name: Setup compiler
Expand Down

0 comments on commit 6cbd5d8

Please sign in to comment.