Skip to content

Commit

Permalink
Revert "Use macos-latest-xlarge for linux aarch64"
Browse files Browse the repository at this point in the history
This reverts commit 1a561d1.
  • Loading branch information
k1LoW committed Feb 26, 2024
1 parent 1a561d1 commit 3182d27
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,21 +80,13 @@ jobs:

job-on-container-test:
name: Test on container
strategy:
matrix:
os: [ubuntu-latest, macos-latest-xlarge] # amd64 and arm64
runs-on: ${{ matrix.os }}
runs-on: ubuntu-latest
container:
image: debian:latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
DEBUG: true
steps:
- name: Show arch
run: |
uname -a
uname -m
- name: Check out source code
uses: actions/checkout@v3

Expand Down

0 comments on commit 3182d27

Please sign in to comment.