Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac committed Nov 17, 2023
1 parent 4e9c82b commit 60b807b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.generate.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const macosX86Runner = "macos-12";
const macosArmRunner = "macos-13-xlarge";

const Runners = (() => {

return {
ubuntuXl:
`\${{ github.repository == 'denoland/deno' && '${ubuntuXlRunner}' || '${ubuntuRunner}' }}`,
Expand Down Expand Up @@ -350,6 +349,10 @@ const ci = {
job: "test",
profile: "release",
skip_pr: true,
}, {
os: Runners.macosArm,
job: "test",
profile: "release",
}, {
os: Runners.windows,
job: "test",
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
skip_pr: true
runner: '${{ github.event_name == ''pull_request'' && ''ubuntu-22.04'' || ''macos-12'' }}'
os_display_name: macos-x86_64
- os: macos-13-xlarge
job: test
profile: release
os_display_name: macos-aarch64
- os: windows-2022
job: test
profile: debug
Expand Down

0 comments on commit 60b807b

Please sign in to comment.