Skip to content

Commit 539f6b7

Browse files
committed
Revert "Specify the version of OS in gitHub action as macos-12 to avoid action failure (IvorySQL#662)"
This reverts commit 69786b0.
1 parent 2775ce3 commit 539f6b7

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -35,7 +35,7 @@ jobs:
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 \

.github/workflows/oracle_pg_regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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 && \

.github/workflows/oracle_regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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 && \

.github/workflows/pg_regression.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
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
@@ -39,7 +39,7 @@ jobs:
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 && \

0 commit comments

Comments
 (0)