Skip to content

Commit 0964d67

Browse files
committed
Remove job for macos-13 image (dhall-lang#2681)
It was retired by GitHub and the corresponding job fails: The macOS-13 based runner images are now retired. For more details, see actions/runner-images#13046. See for example: https://github.com/dhall-lang/dhall-haskell/actions/runs/20226684977/job/58059670030
1 parent e4c0f80 commit 0964d67

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
archive-command: 'tar --create --bzip2 --file'
1414
file-extension: 'tar.bz2'
1515
executable-extension: ''
16-
- runner: 'macos-13'
17-
archive-command: 'tar --create --bzip2 --file'
18-
file-extension: 'tar.bz2'
19-
executable-extension: ''
2016
- runner: 'ubuntu-latest'
2117
archive-command: 'tar --create --bzip2 --file'
2218
file-extension: 'tar.bz2'

0 commit comments

Comments
 (0)