Skip to content

Commit 639ae5d

Browse files
author
Simon Dumas
committed
Run CI on Github ARM runners
1 parent 1aa56d3 commit 639ae5d

11 files changed

+10
-44
lines changed

.github/workflows/ci-delta-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
run:
1212
if: github.event_name == 'pull_request'
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04-arm
1414
timeout-minutes: 20
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci-delta-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414
jobs:
1515
run:
1616
if: github.event_name == 'pull_request'
17-
runs-on: ubuntu-latest
17+
runs-on: ubuntu-22.04-arm
1818
timeout-minutes: 20
1919
env:
2020
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci-delta-plugins.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515
jobs:
1616
run:
1717
if: github.event_name == 'pull_request'
18-
runs-on: ubuntu-latest
18+
runs-on: ubuntu-22.04-arm
1919
timeout-minutes: 20
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci-delta-static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
run:
1212
if: github.event_name == 'pull_request'
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04-arm
1414
timeout-minutes: 20
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci-docs-ext-links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66

77
jobs:
88
run:
9-
runs-on: ubuntu-latest
9+
runs-on: ubuntu-22.04-arm
1010
timeout-minutes: 20
1111
steps:
1212
- name: Checkout

.github/workflows/ci-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
run:
1212
if: github.event_name == 'pull_request'
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04-arm
1414
timeout-minutes: 20
1515
steps:
1616
- name: Checkout

.github/workflows/ci-github-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
run:
1010
if: github.event_name == 'pull_request'
11-
runs-on: ubuntu-latest
11+
runs-on: ubuntu-22.04-arm
1212
timeout-minutes: 20
1313
env:
1414
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci-integration-hash-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '.github/workflows/ci-integration-hash-tests.yml'
1111
jobs:
1212
run:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04-arm
1414
timeout-minutes: 40
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci-integration-list-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
- '.github/workflows/ci-integration-list-tests.yml'
1111
jobs:
1212
run:
13-
runs-on: ubuntu-latest
13+
runs-on: ubuntu-22.04-arm
1414
timeout-minutes: 40
1515
env:
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/ci-integration-rdf4j-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
run:
1313
if: false # Disabling the RDF4J workflow for now
14-
runs-on: ubuntu-latest
14+
runs-on: ubuntu-22.04-arm
1515
timeout-minutes: 40
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)