Skip to content

Commit 0688ab3

Browse files
authored
chore(ci): update to ubuntu 24.04 (#1045)
GitHub Actions dropped 20.04 image: actions/runner-images#11101
1 parent 40fc014 commit 0688ab3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/plugin.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
strategy:
2626
fail-fast: false
2727
matrix:
28-
os: [ubuntu-20.04]
28+
os: [ubuntu-24.04]
2929
include:
30-
- os: ubuntu-20.04
30+
- os: ubuntu-24.04
3131
steps:
3232
- uses: actions/checkout@v4
3333
- name: Build sourcemod plugin

0 commit comments

Comments
 (0)