1
0
mirror of https://github.com/LearnOpenGL-CN/LearnOpenGL-CN.git synced 2025-08-23 04:35:28 +08:00

workflow: ubuntu-18.04 not supported anymore

This commit is contained in:
krasjet
2023-04-26 01:17:36 +00:00
parent 1f15d61c72
commit 014598da7e

View File

@@ -4,7 +4,7 @@ on:
branches: ['new-theme']
jobs:
deploy:
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: set up python 3.4