Skip to content

Commit b1f568d

Browse files
committed
Update Github Action
1 parent bb2d151 commit b1f568d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
# https://github.com/melusina-org/setup-macports/issues/2
13-
os: [macos-13, macos-14]
13+
os: [macos-14]
1414
runs-on: ${{ matrix.os }}
1515
name: Build on ${{ matrix.os }} (macports)
1616
steps:
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
os: [macos-13, macos-14, macos-15]
30+
os: [macos-14, macos-15]
3131
runs-on: ${{ matrix.os }}
3232
name: Build on ${{ matrix.os }} (homebrew)
3333
steps:
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
fail-fast: false
4545
matrix:
46-
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
46+
os: [ubuntu-22.04, ubuntu-24.04]
4747
runs-on: ${{ matrix.os }}
4848
name: Build on ${{ matrix.os }}
4949
steps:

0 commit comments

Comments
 (0)