Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ghci
name: ghci-standalone

on:
pull_request:
Expand Down Expand Up @@ -26,11 +26,14 @@ env:

jobs:
ocis:
runs-on: ubuntu-latest
runs-on: ${{ matrix.os }}
permissions:
contents: read
packages: write
id-token: write
strategy:
matrix:
os: [ubuntu-22.04-arm]

steps:
-
Expand Down