Skip to content

Commit 91c1102

Browse files
authored
Merge pull request #42 from JuliaRandom/andreasnoack-patch-2
Use ubuntu-24.04-arm instead of ubuntu-latest when testing on ARM
2 parents e219baf + 6d5b1b8 commit 91c1102

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches:
5+
- master
6+
pull_request:
57
jobs:
68
test:
79
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -17,7 +19,7 @@ jobs:
1719
os: ubuntu-latest
1820
arch: x64
1921
- version: '1'
20-
os: ubuntu-latest
22+
os: ubuntu-24.04-arm
2123
arch: aarch64
2224
- version: '1'
2325
os: windows-latest

0 commit comments

Comments
 (0)