Skip to content

Commit 9af88eb

Browse files
authored
Use ubuntu-latest in build workflow
See actions/runner-images#3287
1 parent 71d4165 commit 9af88eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
linux-release:
121121
name: linux-release
122-
runs-on: ubuntu-16.04
122+
runs-on: ubuntu-latest
123123
container:
124124
image: docker://ghcr.io/multitheftauto/mtasa-blue-build:latest
125125
steps:
@@ -129,7 +129,7 @@ jobs:
129129

130130
linux-debug:
131131
name: linux-debug
132-
runs-on: ubuntu-16.04
132+
runs-on: ubuntu-latest
133133
container:
134134
image: docker://ghcr.io/multitheftauto/mtasa-blue-build:latest
135135
steps:

0 commit comments

Comments
 (0)