Try pinning to an older image
- ID
f2f21b1- date
2024-06-06 06:50:15+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
f5627dd- message
Try pinning to an older image- changed files
1 file, 3 additions, 1 deletion
Changed files
.github/workflows/test.yml (506) → .github/workflows/test.yml (630)
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 71fa0c2..4b75fd4 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -11,7 +11,9 @@ on:
jobs:
test:
- runs-on: macos-latest
+ # I'm trying pinning this to an older version to see if it fixes
+ # https://github.com/alexwlchan/get_live_text/issues/2
+ runs-on: macos-13
steps:
- uses: actions/checkout@v4