Skip to content

Commit

Permalink
ci: bump to f40 and use x86_64-lg runners
Browse files Browse the repository at this point in the history
  • Loading branch information
june-fish authored May 15, 2024
1 parent 22f2a2f commit 6e2e617
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
variant: ['mt8192', 'mt8183', 'sc7180']
runs-on: ubuntu-latest
runs-on: x86-64-lg
container:
image: registry.fedoraproject.org/fedora-minimal:39
image: registry.fedoraproject.org/fedora-minimal:40
steps:
- name: Install Toolchain
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
strategy:
matrix:
variant: ['stoneyridge', 'chromebook']
runs-on: ubuntu-latest
runs-on: x86-64-lg
container:
image: registry.fedoraproject.org/fedora-minimal:39
image: registry.fedoraproject.org/fedora-minimal:40
steps:
- name: Install Toolchain
run: |
Expand Down

0 comments on commit 6e2e617

Please sign in to comment.