Skip to content

Commit

Permalink
use github hosted runners
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored May 12, 2024
1 parent 3e13abe commit 207d5d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/iso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- x86_64
- aarch64
max-parallel: 2
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'x86-64-lg' }}
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:f40
options: --cap-add=SYS_ADMIN --privileged -v /dev:/dev --memory-swap=-1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ostree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
arch:
- x86_64
- aarch64
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'x86-64-lg' }}
runs-on: ${{ matrix.arch == 'aarch64' && 'ARM64' || 'ubuntu-latest' }}
container:
image: ghcr.io/terrapkg/builder:f40
options: --cap-add=SYS_ADMIN --privileged -v /dev:/dev --memory-swap=-1
Expand Down

0 comments on commit 207d5d1

Please sign in to comment.