Skip to content

Commit

Permalink
HACK to make CI run
Browse files Browse the repository at this point in the history
  • Loading branch information
cberner committed Sep 28, 2024
1 parent a1fd235 commit 63ca961
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/ci/github-actions/jobs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ runners:
env: { }

- &job-linux-4c
os: ubuntu-20.04-4core-16gb
os: ubuntu-20.04
<<: *base-job

- &job-linux-8c
os: ubuntu-20.04-8core-32gb
os: ubuntu-20.04
<<: *base-job

- &job-linux-16c
os: ubuntu-20.04-16core-64gb
os: ubuntu-20.04
<<: *base-job

- &job-macos-xl
Expand All @@ -29,11 +29,11 @@ runners:
<<: *base-job

- &job-windows-8c
os: windows-2022-8core-32gb
os: windows-2022
<<: *base-job

- &job-windows-16c
os: windows-2022-16core-64gb
os: windows-2022
<<: *base-job

- &job-aarch64-linux
Expand Down

0 comments on commit 63ca961

Please sign in to comment.