Skip to content

Commit b2c42a5

Browse files
committed
ci: test with macos 13 and ubuntu 24.04
1 parent bf5570b commit b2c42a5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,15 +71,15 @@ jobs:
7171
strategy:
7272
fail-fast: false
7373
matrix: # https://github.com/actions/runner-images#available-images
74-
os: [ "ubuntu-20.04", "ubuntu-22.04" ]
74+
os: [ "ubuntu-20.04", "ubuntu-22.04", "ubuntu-24.04" ]
7575
test_shell: [ "ash" , "bash", "busybox", "dash", "ksh", "zsh" ]
7676
include:
7777
- { os: macos-14, test_shell: bash } # ARM
7878
- { os: macos-14, test_shell: ksh } # ARM
7979
- { os: macos-14, test_shell: zsh } # ARM
80-
- { os: macos-12, test_shell: bash } # x86
81-
- { os: macos-12, test_shell: ksh } # x86
82-
- { os: macos-12, test_shell: zsh } # x86
80+
- { os: macos-13, test_shell: bash } # x86
81+
- { os: macos-13, test_shell: ksh } # x86
82+
- { os: macos-13, test_shell: zsh } # x86
8383
steps:
8484
- name: "Show: GitHub context"
8585
env:

0 commit comments

Comments
 (0)