Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
lint-and-test:
permissions:
contents: read
runs-on: ubuntu-latest
runs-on: createos
steps:
- name: checkout repository
uses: actions/checkout@v7
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
build:
name: build (${{ matrix.goos }}-${{ matrix.goarch }})
runs-on: ubuntu-latest
runs-on: createos
strategy:
matrix:
include:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

release:
needs: build
runs-on: ubuntu-latest
runs-on: createos
env:
GH_TOKEN: ${{ github.token }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ permissions:
jobs:
build:
name: build (${{ matrix.goos }}-${{ matrix.goarch }})
runs-on: ubuntu-latest
runs-on: createos
strategy:
matrix:
include:
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

release:
needs: build
runs-on: ubuntu-latest
runs-on: createos
env:
GH_TOKEN: ${{ github.token }}
steps:
Expand Down