aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-25 23:46:29 -0700
committerGravatar Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> 2022-07-25 23:46:29 -0700
commitae4595f9e23c41ca7dc975a23215cde4fa319594 (patch)
treeb130d8786afecdaf1abc3f4ab6cf03e899ef1097
parent8ccfe2957f50b514fa60f1264ed59f0b695f4a7e (diff)
downloadbun-ae4595f9e23c41ca7dc975a23215cde4fa319594.tar.gz
bun-ae4595f9e23c41ca7dc975a23215cde4fa319594.tar.zst
bun-ae4595f9e23c41ca7dc975a23215cde4fa319594.zip
WIP fix workflow run
-rw-r--r--.github/workflows/bun.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml
index 1b458f2bb..3a81aaf7c 100644
--- a/.github/workflows/bun.yml
+++ b/.github/workflows/bun.yml
@@ -25,6 +25,13 @@ env:
TEST_TAG: bun-test'
jobs:
+ xl:
+ runs-on: ubuntu-latest-xl
+ steps:
+ - name: "Test"
+ run: |
+ echo "Check"
+
macos-object-files:
name: macOS Object
runs-on: linux-amd64