Skip to content

Commit 9bd59c6

Browse files
committed
Update GitHub macOS runner selection and exclude some langs from tests
1 parent 3207b2f commit 9bd59c6

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
os: [macos-13, macos-14]
15+
os: [macos-14, macos-15, macos-15-intel, macos-26]
1616
racket-variant: ['CS']
1717
racket-version: ['stable']
1818
include:

info.rkt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@
1313
;; setting up libraries only needed in the last week and only if you
1414
;; actually care to run Outlaw.
1515

16-
;; To test outlaw you should do an explicit: raco test -c outlaw
17-
(define test-omit-paths (list "outlaw"))
16+
;; To test these, you should do an explicit: raco test -c <lang>
17+
(define test-omit-paths (list "iniquity-gc"
18+
"mountebank"
19+
;; "mug" ;; NOTE: seems to pass currently
20+
"neerdowell"
21+
"outlaw"))

0 commit comments

Comments
 (0)