File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : [ubuntu-latest, macos-12 ]
14+ os : [ubuntu-latest, macos-latest ]
1515
1616 steps :
1717 - uses : actions/checkout@v3
3535 --with-ossp-uuid --with-libxml --with-libxslt --with-perl \
3636 --with-icu
3737 - name : configure - macos
38- if : ${{ matrix.os == 'macos-12 ' }}
38+ if : ${{ matrix.os == 'macos-latest ' }}
3939 run : |
4040 export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
4141 ./configure \
Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : [ubuntu-latest, macos-12 ]
14+ os : [ubuntu-latest, macos-latest ]
1515
1616 steps :
1717 - uses : actions/checkout@v3
3939 --with-ossp-uuid --with-libxml --with-libxslt --with-perl \
4040 --with-icu
4141 - name : configure - macos
42- if : ${{ matrix.os == 'macos-12 ' }}
42+ if : ${{ matrix.os == 'macos-latest ' }}
4343 run : |
4444 export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
4545 curl -L -o cpanm http://cpanmin.us && chmod +x cpanm && \
Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : [ubuntu-latest, macos-12 ]
14+ os : [ubuntu-latest, macos-latest ]
1515
1616 steps :
1717 - uses : actions/checkout@v3
3939 --with-ossp-uuid --with-libxml --with-libxslt --with-perl \
4040 --with-icu
4141 - name : configure - macos
42- if : ${{ matrix.os == 'macos-12 ' }}
42+ if : ${{ matrix.os == 'macos-latest ' }}
4343 run : |
4444 export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
4545 curl -L -o cpanm http://cpanmin.us && chmod +x cpanm && \
Original file line number Diff line number Diff line change 1111 runs-on : ${{ matrix.os }}
1212 strategy :
1313 matrix :
14- os : [ubuntu-latest, macos-12 ]
14+ os : [ubuntu-latest, macos-latest ]
1515
1616 steps :
1717 - uses : actions/checkout@v3
3939 --with-ossp-uuid --with-libxml --with-libxslt --with-perl \
4040 --with-icu
4141 - name : configure - macos
42- if : ${{ matrix.os == 'macos-12 ' }}
42+ if : ${{ matrix.os == 'macos-latest ' }}
4343 run : |
4444 export PKG_CONFIG_PATH="/usr/local/opt/icu4c/lib/pkgconfig"
4545 curl -L -o cpanm http://cpanmin.us && chmod +x cpanm && \
You can’t perform that action at this time.
0 commit comments