@@ -44,17 +44,17 @@ jobs:
4444 - win-msvc
4545 include :
4646 - build : linux
47- os : ubuntu-18 .04
47+ os : ubuntu-22 .04
4848 target : x86_64-unknown-linux-musl
4949 binary_ext :
5050
5151 - build : macos
52- os : macos-latest
52+ os : macos-12
5353 target : x86_64-apple-darwin
5454 binary_ext :
5555
5656 - build : win-msvc
57- os : windows-2019
57+ os : windows-2022
5858 target : x86_64-pc-windows-msvc
5959 binary_ext : .exe
6060 env :
@@ -80,18 +80,18 @@ jobs:
8080 # run: ./ci/install-${{ matrix.os }}
8181 # but I couldn't get Windows to do anything that way.
8282 - name : Install dependencies (Ubuntu)
83- if : matrix.os == 'ubuntu-18 .04'
83+ if : matrix.os == 'ubuntu-22 .04'
8484 run : |
8585 sudo apt-get update
8686 sudo apt-get install --yes --no-install-recommends \
8787 asciidoctor
8888
8989 - name : Install dependencies (Windows)
90- if : matrix.os == 'windows-2019 '
90+ if : matrix.os == 'windows-2022 '
9191 run : gem install asciidoctor
9292
9393 - name : Install dependencies (macOS)
94- if : matrix.os == 'macos-latest '
94+ if : matrix.os == 'macos-12 '
9595 run : brew install asciidoctor
9696
9797 - name : Install Rust
@@ -127,7 +127,7 @@ jobs:
127127 cp -r contrib "$package"
128128 cp "${{ env.RELEASE_BINARY }}" "$package"
129129
130- if [[ "${{ matrix.os }}" = 'windows-2019 ' ]]
130+ if [[ "${{ matrix.os }}" = 'windows-2022 ' ]]
131131 then
132132 7z a "$package.zip" "$package"
133133 printf 'ASSET=%s\n' "$package.zip" >> $GITHUB_ENV
0 commit comments