Skip to content

Commit d2d7550

Browse files
authored
Use for now macos-13
1 parent 92c5413 commit d2d7550

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compilation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os[0] }}
1313
strategy:
1414
matrix:
15-
os: [[macos-latest, bash], [ubuntu-latest, bash], [windows-latest, msys2]]
15+
os: [[macos-13, bash], [ubuntu-latest, bash], [windows-latest, msys2]]
1616
fail-fast: false
1717
defaults:
1818
run:
@@ -28,7 +28,7 @@ jobs:
2828
sudo apt-get -y install texinfo bison flex gettext libgmp3-dev libmpfr-dev libmpc-dev
2929
3030
- name: Install macOS packages
31-
if: matrix.os[0] == 'macos-latest'
31+
if: startsWith(matrix.os[0], 'macos')
3232
run: |
3333
brew update
3434
brew install texinfo bison flex gnu-sed gsl gmp mpfr libmpc

0 commit comments

Comments
 (0)